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.

IFFT Problem between simulation and theory

Status
Not open for further replies.

ReComm

Member level 2
Member level 2
Joined
Aug 26, 2010
Messages
43
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
Egypt
Activity points
1,627
Dear Friends,

I simulate the IFFT block and compare its results with the theoretical basis
but i find difference between simulation and calculation

Attached is my IFFT Simulink model and reference to
**broken link removed**

i calculate the IFFT as follows
x(0) = x(0)+x(1)+x(2)+x(3) = -1+1+1-1 = 0 (which is true in scope1- simulink)
x(1) = [x(0)-x(2)] +(-j)[x(1)-x(3)] = 1/4 (-2-j2) = -0.5-j0.5 (false -.5+j0.5)
x(2) = [x(0)+x(2)] -[(x(1)+x(3)] = -1+1-1+1 = 0 +j0(true)
x(3) = [x(0)-x(3)] +(j)[x(1)-x(3)] = 1/4 (-2+j2) = -0.5+j0.5 (false -.5-j0.5)

it appears that x(1) is x(3) is exchanged !!!! why?

Kindly advice

wait your reply,
 

Attachments

  • FFT_TST1.zip
    7.5 KB · Views: 86

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top