Software Listing of Author : "Erinc Topdemir"
- Fast Fourier Transform
- License: Freeware
- Price: 0.00


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 reversing used as built-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 improve as selective radix or any other feature you suggest please notice me for any sugestion.
- Publisher: erinc topdemir
- Date Released: 09-02-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- mandelbrot
- License: Shareware
- Price:


This guide can draw a mandelbrot figure. In default values it calculates Z=Z^2+C for 20 iterations, where Z initally equal to zero and C has the values of every pixel created by meshgrid function(built-in). although mandelbrot equation is Z=Z^2+C you can change the degree of the equation between 1 - 50. higher number in iteration, points in axes gives better results in image besides more resulting time. to zoom an area of the figure you must aproximately choose the point and then change the center values to this point values then push 'Show Graph' button. because of this is the first version there can be any lack of usage.
- Publisher: erinc topdemir
- Date Released: 24-03-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts