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.

DFT Computation in Matlab

Status
Not open for further replies.

markwilest

Newbie level 5
Joined
Feb 12, 2006
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,345
Hi,

I need to compute the 128-pt DFT for y[n] = -0.9 * y[n-2] + δ[n] and for w[n] = (0.92)^-n * y[n] using Matlab

Thanks,

Mark
 

initialize y and the impulse(delta) function. then take fft(sig_name,128);

AMRITH.S.

markwilest said:
Hi,

I need to compute the 128-pt DFT for y[n] = -0.9 * y[n-2] + δ[n] and for w[n] = (0.92)^-n * y[n] using Matlab

Thanks,

Mark
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top