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.

signal reconstruction from fft data using matlab?

Status
Not open for further replies.

manasiri

Member level 5
Joined
Mar 1, 2006
Messages
92
Helped
13
Reputation
26
Reaction score
0
Trophy points
1,286
Activity points
2,304
signal reconstruction matlab

dear explorer,

I measured (sampled) a weak signal with 100 msps 14 bit Gage A/D converter card.

then I give the FFT of the signal and find two important frequency band of possibly wanted signal.

how I can reconstruct time domain signal using digital mixing at specific frequency band (with matlab)??

If it possible to mixing and reconstruction of a signal from FFT ??

thanks alot.
 

fft signal reconstruction

Hi

Just make a new vector of data where you include only the data you consider valuable and replace the other values with zeros. Then take the inverse Fourier transform:

filtered_data_time = real(ffttshift(ifft(new_vector)));

Sal
 

    manasiri

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top