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.

Need Help: Subcarrier frequency in OFDM

Status
Not open for further replies.

srk.amt

Newbie level 6
Joined
Dec 19, 2011
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,372
Hi,

I want to know frequency of each subcarriers of OFDM symbol in matlab.

After doing IFFT operation, is there any way to know frequency of each subcarriers.

Is there any other method?

Please reply.

Thanks.
 

1. Please check out: **broken link removed**
If you want to know the particular frequencies of all subcarriers, the table in the above link contains the values of subcarrier spacing, so in baseband representation these frequencies will be (0...fft_length-1)*spacing.

2. If you input data sample period is T, then after splitting to N channels you get symbol rate = 1/(NT). So this is the frequency spacing. Frequencies are from 0 to N-1.
 

1. Please check out: **broken link removed**
If you want to know the particular frequencies of all subcarriers, the table in the above link contains the values of subcarrier spacing, so in baseband representation these frequencies will be (0...fft_length-1)*spacing.

2. If you input data sample period is T, then after splitting to N channels you get symbol rate = 1/(NT). So this is the frequency spacing. Frequencies are from 0 to N-1.

Hi Mityan,

Thanks for your suggestions but i want to do it in Matlab and in matlab for ifft, direct command is present then how can i know the frequency of each subcarrier generated by ifft command.
 

Hi Mityan,

Thanks for your suggestions but i want to do it in Matlab and in matlab for ifft, direct command is present then how can i know the frequency of each subcarrier generated by ifft command.

According to the given formula. In matlab you just take a vector and do the ifft, but in real world you have data at some rate (period T). So you may estimate those particular frequencies.
 

Thanks to Mityan and humourmind for your prompt reply.

Now i need to use null subcarriers in ofdm. How can i use it. Actually i am confused because when we perform ifft on modulated symbol then we get ifft data and this data doesnt contain any null values.

How can i use null subcarriers?
 

IFFT input is your channel signal frequency domain representation. Clearing some of the ifft input values (after mapping your data to constellation points according to the chosen modulation type) just do the ifft and dont look that the result have no zeros. This samples are of time domain and flushing them consequently do DAC gives the OFDM channel symbol, which spectrum will look like ifft input. So there must be zeros in frequency domain during one channel OFDM symbol.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top