Description: This function is written to understand and/or explain an FFT algorithm and usage of radix2 procedure.
This function take the signal which you want to find FFT, for m bit
You can also call the function without entering a signal or number of points, because there is default values for y and m which are
Y = sin (2 * PI * * 50 t) + sin (2 * PI * 120 * t)
M = 3
You can see the steps of order, used as build-in function but non others. You will also see the taking butterfly tree steps.
For more information read the help file of function.
In future this can be better as selective radix or any other feature you suggest please notice me for any sugestion.
File list (Check if you may need any files):