Feeds
提问
IFFT equation in matlab
Dear all, Let say i have this X(2:N,:) = repmat(X(1,:),N-1,1).*Phase_Rot; x = ifft(X,[],2); ...
13 years 前 | 0 个回答 | 0
0
个回答提问
error : assignment dimension mismatch
hi,help me figure out this.I working on a code but these 3 lines from the code seems to be wrong. Nsub = [64,256,512]; for...
13 years 前 | 1 个回答 | 0
1
个回答提问
Help me clarify this
Suppose we have U = [1, 2, 4, 8, 16]; for j=1:length(U); p(:,j)= 1-((1-exp(-(z))).^N).^U(j); i don't get the 3rd row....
13 years 前 | 1 个回答 | 0
1
个回答提问
how p(:,j) differs from p(j,:)?
I often see people using these, how p(:,j) differs from p(j,:)?
13 years 前 | 2 个回答 | 0
2
个回答提问
how to display multiple graphs ??
Hi, i am working on PAPR in OFDM.i have difficulties in modifying the code below so that i can display PAPR for totalSubcarrier=...
13 years 前 | 1 个回答 | 0
1
个回答提问
Warning: Ignoring extra legend entries
Hi! I need help.I am trying to display multiple graphs for totalSubcarriers = 64 ,256.I got the graphs, but the result not what ...
13 years 前 | 1 个回答 | 0
