I want to generate QSS signals as shown in the attachment considering L=512/frame and T=F*L is the total time, where F is no of frames.
The programme will look something like this. The descritopn of laprnd was taken from this link
https://www.mathworks.com/matlabcentral/fileexchange/13705-laplacian-random-number-generator/content/laprnd.m
Tmax = 10;
Llow = 1;
Lupp = 5;
Tcur = 1;
while (1==1)
L = round(random('unif', Llow, Lupp));
for t = Tcur:Tcur+L-1
sigma = random('unif', 0, 1);
Sr(Tcur) = laprnd(1, 1, 0, sigma^2/2);
Si(Tcur) = laprnd(1, 1, 0, sigma^2/2);
end;
Tcur = Tcur+L;
if (Tcur >= Tmax)
break;
end
Sr+Si*i
I am simulating BPSK and QPSK codes in order to estimate DOAs for Circular and Noncircular source separation (see attachment of my simulation). The problem is when i simulate both BPSK and QPSK...
08 September 2017 8,807 1 View
I am implementing QSS based signal considering 10 no of sensors, 5 frames and every frame consist of 512 QSS signals. after performing processing i get Co-variance matrix R as shown in the...
08 September 2016 1,399 2 View
I need help to implement matlab code the equations 5,8 and 9 in the attached file. In order to estimate Alpha i designed range [0:.1:180] steps and estimate Alpha but dont know picking up the idea...
06 July 2016 3,697 3 View
I am doing a study on nursing students satisfaction on the hospital attachment whether they are satisfied with the clinical attachment or not. I need more research studies on this
03 August 2024 6,985 2 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 969 0 View
Dear Research Community I would like to invite Elctrical Engineering specialists to solve problems related to Ternary Algebra or tripple sets I have an algorithm that places in relation three...
28 July 2024 5,771 2 View
In hirshfeld surface calculation i did not find any red spot in hirshfeld surface, is it ok for research article to write?
28 July 2024 2,988 0 View
Please, what is the memory consumption of the Matlab function quad tree decomposition procedure [S = qtdecomp(I)] with respect to the input set I?
27 July 2024 5,455 2 View
Hello, I am a research scholar currently working on a project involving image segmentation, and I am interested in using differential evolution for this purpose . I would greatly appreciate it if...
25 July 2024 9,926 1 View
Hello!!! I want to implement the Swerling characteristics functions (CF) directly in MATLAB without using its Fourier integral pairs...the Swerling CFs are actually Laplace Transform of the signal...
23 July 2024 4,925 1 View
Currently I need to calculate detection probabilities (PD) from radar cross section (RCS) data. Beta distribution parameters for this RCS data are calculated and will be used in Swerling0...
22 July 2024 868 0 View
I have used 30 years of daily data, but the model is not able to optimize, getting just 0.57 in NSE and R2. when I reduced the data to 20 years in daily time frame I got 0.73 in NSE, R2 for both...
22 July 2024 669 0 View
Actually, I'm having trouble implementing the plot of the flutter region for the whirl prop system with 2 DOF (Influences of structural damping and propeller—pivot point distance on whirl flutter...
21 July 2024 5,047 2 View