Clear Filters
Clear Filters

16 point radix 4 DIT FFT

14 views (last 30 days)
Supratik Das
Supratik Das on 6 Nov 2021
Commented: Walter Roberson on 7 Nov 2021
Can anyone design a simulink model for it. It will be very helpful for me. Thanks in advance!!
  5 Comments
Supratik Das
Supratik Das on 7 Nov 2021
Okay, but could you please explain it in a more specific way. Thank you for your help and time in advance!!!
Walter Roberson
Walter Roberson on 7 Nov 2021
More specifically: radix4FFT3_FixPtEML.m is a Simulink model of the radix-4 FFT. It has been optimized, and it can even be used for code generation. You can invoke it from any Simulink model to perform its services.
There are basically four reasons to do this kind of work in Simulink:
  1. You have a Simulink model that you need this kind of services as a component. radix4FFT3_FixPtEML satisfies this purpose; OR
  2. You are working in Simulink because you need to deploy to target hardware or to Simulink Real-Time. radix4FFT3_FixPtEML statisfies this purpose; OR
  3. You have been given a homework assignment to test your research skills, a "treasure hunt", where the point of the exercise is the search rather than the implementation. Your search skills led you to this forum, and the forum found radix4FFT3_FixPtEML for you, so radix4FFT3_FixPtEML statisfies this purpose; OR
  4. You have been given a homework assignment to implement this as individual Simulink component blocks. No already-written model could possibly statisfy this purpose, as the purpose would be for you to design the implementation. If this is the purpose, then you had better get designing yourself, perhaps using the first link as design guideance.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!