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.

different type of FFTs ; Is input same??

Status
Not open for further replies.

shan14

Member level 3
Joined
Aug 18, 2014
Messages
61
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
393
different type of FFTs ; Is output same??

Hi
I have few questions
1) does output of radix 2 and radix 4 FFT are same if inputs are same??

2) does output of radix 2 and radix 4 FFT are same if one FFT is floating point and other is fixed point??

3) also twiddle factors are different of both FFTs hence output can not be same, Is it right??
 
Last edited:

Re: different type of FFTs ; Is output same??

Hi
I have few questions
1) does output of radix 2 and radix 4 FFT are same if inputs are same??

2) does output of radix 2 and radix 4 FFT are same if one FFT is floating point and other is fixed point??

3) also twiddle factors are different of both FFTs hence output can not be same, Is it right??

1). Yes.
2). Depends how you interpret "the same", is "float X" and "int32_t X" the same?
3).Twiddle factors are sine and cosine functions, they are always the same, but radix-2 needs 45 and 135 degrees and radix-4 doesn't.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top