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,748 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,293 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,597 3 View
Hi, I am using GROMACS 5.1.4 to simulate water in contact with a surface. I am only interested to calculate some properties of water near the surface. Let's say at a distance of x nm from the...
03 March 2021 9,989 2 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
I have input and output data set for "ANFIS modeling in MATLAB", and I am getting some negative predicted values of output in testing. However, the predicted values of output in training are...
28 February 2021 3,459 3 View
I am wanting to run a serial mediation model with 2 x IVs, 2 x MVs, and 3 DPs (all continuous). Is it problematic to run 2 different models for each IV, keeping the MVs and DPs the same in each...
27 February 2021 5,681 3 View
I am required to learn about Flyback converters and I got stuck not knowing to full design of the power supply flyback converter Based USB Charger Model using Simulink, especially the design model...
25 February 2021 5,435 2 View
I do need the Matlab code of Fractal Discrete Cosine Transform (FDCT). Can anyone who has already implement this code, help me with the implementation of this transform?
24 February 2021 5,602 2 View
Hi Hope you are well. Can you please share your code for D2D implementation in Matlab. I want to implement D2D in Matlab based Vienna simulator and struggling to deploy D2D. Thanks
24 February 2021 9,378 3 View
Dear colleagues If anyone has a model of multi-effect distillation in EES or MATLAB software, please send it to me.
24 February 2021 7,282 1 View
Hi, I am a third year chemistry undergrad doing my group project in which I need to predict the HPLC retention time of 20 aromatic molecules. to do this we require the chemical properties of these...
24 February 2021 1,384 3 View