Matlab scaling with OFDM

Status
Not open for further replies.

WUID

Member level 2
Joined
Mar 27, 2009
Messages
45
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,630
Hi all

Code:
N=64; %FFT size or total number of subcarriers (used + unused) 64
Nst = Nsd + Nsp;  %Number of total used subcarriers
x_Time=N/sqrt(Nst)*ifft(X_Freq);

1. some one can tell what this lines means about the scaling ?
2. why is this needed , why not just use x_Time=ifft(X_Freq);
3. i noticed that norm^2 of x_Time is equal to 64 as the size of the FFT.

thx in advance
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…