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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
1
답변질문
how p(:,j) differs from p(j,:)?
I often see people using these, how p(:,j) differs from p(j,:)?
대략 13년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
