Freeware Listing: Fourier Transform
- Fast Fourier Transform Algorithm
- License: Freeware

This program is open source code of fast Fourier transform in matlab. Where y is the input argument and p is the normalized size of the input. Let y = [1 2 3 4 ]; x= length(y); m= log2(x); p= ceil(m); To call the function use ft2(y,p);.
- Publisher: Farhat Masood
- Date: 12-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- 1D Fast Fourier Transform
- License: Freeware

The Fourier Transform is a powerful tool allowing us to move back and forth between the spatial and frequency domains. Many of our explanations of key aspects of signal processing rely on an understanding of how and why a certain operation is performed in one domain or another. This applet helps students feel comfortable with these explanations, helping to build a strong intuitive grasp of how signals in one domain correspond to signals in the other.
Students can load scanlines from common image patterns and see that scanline's Fourier Transform in real-time. For example, they can load the scanline of a standard test image to note how most of the energy is concentrated at low frequencies -- a key to why low-pass filtering doesn't render an image unintelligible.
- Publisher: Daniel L. Gould
- Date:
- Size: 245 KB
- Platform: Win2000, Windows 7, WinOther
- 2D FFT/iFFT plugin
- License: Freeware

User-friendly 2D FFT/iFFT (Fast Fourier Transform) plug-in for Adobe PhotoShop compatible plug-in hosts. It uses one of the fastest implementations of the Discrete Fourier Transform and has many applications including periodic noise removal and pattern detection. This can be very useful in analyzing fingerprints, paper sieve patterns etc..
- Publisher: KamLex
- Date: 23-07-2012
- Size: 390 KB
- Platform: WinOther
- AAFFT (Ann Arbor Fast Fourier Transform)
- License: Freeware

A Fast Fourier Transform (FFT) method for frequency sparse functions. Recovers the k most energetic frequencies hidden in a bandwidth-N function in k*polylog(N) time..
- Publisher: aafftannarborfa.sourceforge.net
- Date: 02-09-2012
- Size: 146 KB
- Platform: WinOther
- Fourier Transform
- License: Freeware

Description and detailed explanation on Fourier Transform, some FFT, LPC etc. Runable project demonstrates DCT transform on continuous audio, show and edit audio source with different zooming and view..
- Publisher: arkadianalysis.sourceforge.net
- Date: 19-07-2012
- Size: 373 KB
- Platform: WinOther
- zoom FFT
- License: Freeware

This program calculates the non-destructive zoom Fast Fourier transform of a time history. The input file must be time(sec) and amplitude(units) Reference: Randall, Frequency Analysis, Bruel & Kjaer, page 170..
- Publisher: Tom Irvine
- Date: 26-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Discrete Fourier Transform Low/High Pass Filter
- License: Freeware

function [g] = FFTPF1D (X,binsize, f, P) Discrete Fourier Transform Low/High Pass Filter. % This is a simply implement of such a filter for a given 1-D data. X: the array of you data, each data point is a bin of signal binsize: the bin size in your data data f: the cutoff of wave length, P: 1, or 0, true or false : true, low pass, which eliminating higher than f frequence signals, false, high pass, which eliminating lower than f frequence signals. It could be easily modified into 2-D version, or translated into R/S-language. Example: a=1:2:1000; b=sin(a) + sin(2.*a) + sin(0.1 .* a) + .
- Publisher: Zhihua Zhang
- Date: 22-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Zoom Spectrum
- License: Freeware

This function returns N point DFT samples of 2dw band of Fourier transform of a sequence. Typically, fft() returns N samples of Fourier transform ranging from 0 to 2pi. This function takes the N-point DFT samples and returns N-point samples corresponding to frequency band wc-dw to wc+dw..
- Publisher: Saurav R. Tuladhar
- Date: 09-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Voxengo SPAN Plus
- License: Shareware

Voxengo SPAN Plus is a handy and reliable VTS plugin designed to analyze audio spectrums in real time via the Fast Fourier Transform (FFT method).
Voxengo SPAN Plus is an extended version of Voxengo Span, with enhancements in spectrum display and import / export operations.
.
- Publisher: Aleksey Vaneev
- Date:
- Platform: Win7 x64, Windows 7, WinOther, WinVista, WinVista x64
- DSP Test
- License: Freeware

DSP Test is a handy application designed to help you understand the Discrete Fourier Transform concept.
The program can calculate and plot the DFT of a random time domain signal, which is drawn by the user. Based on the cutoff frequency, DSP Test automatically generates the reconstructed signal.
.
- Publisher: Abhir Joshi
- Date:
- Platform: Windows 7, Windows 8, WinOther, WinVista
- Fourier Analysis of a Rectangular Pulse
- License: Freeware

Finding the Fourier transform of a rectangular pulse.. filtering the spectrum and regenerating the signal using the filtered spectrum is done... at the end Rayleigh theorem is proved by showing that the energy content of both time domain and frequency domain signals are equal.. your comments are required......
- Publisher: Dimuthu Senanayaka
- Date: 01-01-2013
- Size: 215 KB
- Platform: Matlab, Scripts
- Fourier Transform Lab Student Edition
- License: Freeware

Fourier Transform Lab Student Edition is an advanced application designed for performing Fourier transformations, which can be useful in teaching Crystallography, since they are related to Optical Transforms (e.g. laser diffraction patterns). Furthermore one may get a quick hands-on experience with the usefulness of processing images in the frequency domain for certain band filters etc. FEATURES: · Forward & Inverse Fourier Transform · Low-Pass Filter · High-Pass Filter · Custom-Mask Filter (for removing Fourier peaks) · Image Histograms, Images may be dragged · Swap Phase Sets · Randomize / Discard FT Phases · Randomize / Discard FT Magnitudes · Easy Image Import (Load, Paste, Drag-Drop) · Basic Image Drawing Function (Freehand & Lattice) · Basic Scripting Functions · Extensive HTML Tutorial (Aubert,...
- Publisher: JCrystalSoft
- Date: 25-10-2012
- Size: 6963 KB
- Platform: WinOther
- Frequency Analyzer
- License: Freeware

This is a program that splits sound taken from the microphone into its basic frequencies and displays them real-time in a window. You can whistle to the microphone and see the plot going up and down with the change of pitch. The program uses the Fast Fourier Transform (FFT) algorithm..
- Publisher: Reliable Software
- Date: 01-04-2001
- Size: 32 KB
- Platform: WinOther
- NIST-librandomtests
- License: Freeware

NIST benchmark for librandomtest.so checking. Includes source and object code. Eclipse and gcc parameters included. Implemets the following tests: Approximate Entropy, Block Frequency, Cumulative Sums, Discrete Fourier Transform, Linear Complexity, Longest Run Of Ones, Rank, Overlapping Template Matchings, Runs, Serial, Universal..
- Publisher: DiceLock.org
- Date: 23-06-2008
- Size: 1074 KB
- Platform: Linux, Linux Console, Linux GPL, Unix
- NIST-RandomTests
- License: Freeware

NIST benchmark for random stream checking. Includes source and object code. Visual C++ 2008 project paramaters included. Implemets the following tests: Approximate Entropy, Block Frequency, Cumulative Sums, Discrete Fourier Transform, Linear Complexity, Longest Run Of Ones, Rank, Overlapping Template Matchings, Runs, Serial, Universal..
- Publisher: DiceLock.org
- Date: 23-06-2008
- Size: 236 KB
- Platform: Win2000, Windows Server, Windows Vista, WinOther
- DiceCheck
- License: Freeware

FREE DiceLock Security DiceCheck GUI and DLL Library. If in your process or software applications you have need for random number streams and you want to check that the input or output random stream is really at random, you can incorporate DiceChecker library in your applications to be sure that the random streams are at random. Incorporate random number tests in your applications. The C++ library contains classes implementing Frequency Test, Block Frequency Test, Cumulative Sum Forward Test, Cumulative Sum Reverse Test, Runs Test, Longest Run Of Ones Test, Overlapping Template Matching Test, Rank Test, Universal Test, Approximate Entropy Test, Serial Test, Discrete Fourier Transform Test, Linear Complexity Test.
- Publisher: DiceLock Security
- Date: 27-07-2011
- Size: 2879 KB
- Platform: Windows Server, Windows Vista, WinOther
- JDiceCheck - Windows installer
- License: Freeware

FREE DiceLock Security JDiceCheck Windows GUI and extension .jar library. If in your process or software applications you have need for random number streams and you want to check that the input or output random stream is really at random, you can incorporate JDiceChecker library in your applications to be sure that the random streams are at random. Incorporate random number tests in your applications. The Java library contains classes implementing Frequency Test, Block Frequency Test, Cumulative Sum Forward Test, Cumulative Sum Reverse Test, Runs Test, Longest Run Of Ones Test, Overlapping Template Matching Test, Rank Test, Universal Test, Approximate Entropy Test, Serial Test and Discrete Fourier Transform Test.
- Publisher: DiceLock Security
- Date: 14-12-2011
- Size: 1284 KB
- Platform: Java, Win2000, Windows Server, Windows Vista, WinOther
- JDiceCheck - Linux installer
- License: Freeware

FREE DiceLock Security JDiceCheck Linux GUI and extension .jar library. If in your process or software applications you have need for random number streams and you want to check that the input or output random stream is really at random, you can incorporate JDiceChecker library in your applications to be sure that the random streams are at random. Incorporate random number tests in your applications. The Java library contains classes implementing Frequency Test, Block Frequency Test, Cumulative Sum Forward Test, Cumulative Sum Reverse Test, Runs Test, Longest Run Of Ones Test, Rank Test, Universal Test, Approximate Entropy Test, Serial Test and Discrete Fourier Transform Test.
- Publisher: DiceLock Security
- Date: 19-12-2011
- Size: 1053 KB
- Platform: Java, Linux, Linux Console, Linux Gnome, Linux GPL, Linux Open Source
- JDiceCheck - Mac OS X installer
- License: Freeware

FREE DiceLock Security JDiceCheck Mac OS X 10.6 GUI and extension .jar library. If in your process or software applications you have need for random number streams and you want to check that the input or output random stream is really at random, you can incorporate JDiceChecker library in your applications to be sure that the random streams are at random. Incorporate random number tests in your applications. The Java library contains classes implementing Frequency Test, Block Frequency Test, Cumulative Sum Forward Test, Cumulative Sum Reverse Test, Runs Test, Longest Run Of Ones Test, Rank Test, Universal Test, Approximate Entropy Test, Serial Test and Discrete Fourier Transform Test.
- Publisher: DiceLock Security
- Date: 29-12-2011
- Size: 1244 KB
- Platform: Java, Mac OS X, Mac OS X 10.4, Mac OS X 10.5
- JDiceChecker - Mac OS X Installer
- License: Freeware

FREE DiceLock Security JDiceChecker Java .jar library. Mac OS X 10.6 .pkg package installer program. If in your process or software applications you have need for random number streams and you want to check that the input or output random stream is really at random, you can incorporate JDiceChecker library in your Java applications to be sure that the random streams are at random. Incorporate random number tests in your applications. The Java .jar library contains classes implementing Frequency Test, Block Frequency Test, Cumulative Sum Forward Test, Cumulative Sum Reverse Test, Runs Test, Longest Run Of Ones Test, Rank Test, Universal Test, Approximate Entropy Test, Serial Test, Discrete Fourier Transform Test.
- Publisher: DiceLock Security
- Date: 28-12-2011
- Size: 257 KB
- Platform: Java, Mac OS X, Mac OS X 10.5
Fourier Transform: Freeware | All












