Feeds
提问
Can anyone please tell, how can I normalize my magnitude between 0 to 1?? Currently it is varying upto (2*10^6). I want it to vary between 0-1.
N = 10000000; stepsize = .05; a = 0:stepsize:4; % Rayleigh model % Amplitude plot Rayleigh_ch = (randn(1,N)+1i*ran...
8 years 前 | 1 个回答 | 0
1
个回答提问
Orthogonal vector to this
How to get orthogonal vector to this: s=((1/sqrt(2)).*(2*randi([0,1],100,2)-1)+1i*(1/sqrt(2)).*(2*randi([0,1],100,2)-1))';
8 years 前 | 2 个回答 | 0


