Feeds
提问
Why my code use a big memory for generating OFDM symbol?
This is my code, I hope somebody can help me, because I need to generate one million symbol data for my final project in collage...
9 years 前 | 0 个回答 | 0
0
个回答提问
"requested 204800x2048 (3.1GB) array exceeds maximum array size preference"
Can you help me why I got this notice when I run my matlab code on my friend's laptop while I didn't get that notice when i run...
9 years 前 | 1 个回答 | 0
1
个回答提问
Can you help me why my looping program about generating ofdm symbol use a lot of memory? this is my program and when i run it, this program is out of memory.
N=512; K=4; NN=4*N*100; for i=1:NN; for Nt=1:2 data=randsrc(1,4*N,[0:15]); %random s(Nt,:)=qammod(data,16)...
9 years 前 | 1 个回答 | 0
