Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top