Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.467.741 Times

Fft software
Filter: All | Freeware | Demo
 

Fft

< 1 2 3 4 5 > 
Added: May 13, 2013 | Visits: 487

Fast Circular (Periodic) Cross Correlation Uses fft to calculate the circular cross correlation of two periodic signal vectors.This is equivalent to xc(k)=sum(u1.*circshift(u2,k)), but much faster (on the order of 500 times faster for a 1024 point signal).The package also includes two examples. One checks the calculation against the...



Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Fast Circular (Periodic) Cross Correlation Download

Added: May 19, 2013 | Visits: 341

findFFT findFFT returns fft amplitude and frequency vectors from input data, with options to return normal fft, zeropadded fft, windowed fft, or both windowed and zeropadded to remove spectral leakage.IN data - vector containing information to perform fft on '-sampFreq',## - inputs sampling frequency of...





Platforms: Matlab

License: Freeware Size: 317.44 KB Download (40): findFFT Download

Added: September 16, 2013 | Visits: 444

INTERPFTW The INTERPFT function does sinc interpolation by taking an FFT, padding its end with zeros, and then taking an IFFT. Essentially, INTERPFT resamples the signal after low-pass filtering it.Instead of putting all zero padding at the FFT *ends*, that padding can be split so that some are at the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): INTERPFTW Download

Added: July 14, 2013 | Visits: 465

Remove_Annual This routine computes the fft of the input signal and removes power at the annual (or any specified frequency) by replacing the power at that frequency with the average of terms on both sides; this is done in the sine and cosine terms so as to average the power and the phase.


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Remove_Annual Download

Added: March 28, 2013 | Visits: 643

Frequency Plotting THIS FUNCTION PLOTS FFT OF THE SIGNAL INPUT TO THE FUNCTION ISuserfft(input, sampling frequency, waveform, psd) input -> Input waveform sampling frequency -> Sampling frequency waveform -> 'real' refers to real baseband signals plots only half the fft output -> 'complex' refers to complex...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Frequency Plotting Download

Added: May 20, 2013 | Visits: 500

DFT on a specified frequency Compute the discrete Fourier transform at specified frequencies, not using fft.Why one may need this?(1) MATLAB fft function computes the amplitude of signals only (no phase).(2) Once having the recorded time-series data, one often uses fft to do the spectral analysis. However, the frequency set...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): DFT on a specified frequency Download

Added: May 04, 2013 | Visits: 357

Fast Convolution This function convolves two very large vectors very quickly. Enormous gains in speed are due to the use of two fft's and an ifft. To find out how to use this program, put it in you 'work' folder and type "help fconv".


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Fast Convolution Download

Added: June 12, 2013 | Visits: 401

FFT2 optimization Many image processing applications require an extensive usage of FFT2 routine (or, in the most general case, a N-dimensional FFT) of matrices having the same dimensions. In these cases MATLAB FFT2 can result extremely inefficient. In general the execution time can be significantly reduced by...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): FFT2 optimization Download

Added: May 30, 2013 | Visits: 309

N-dimensional Fourier interpolation Performs N-D FFT interpolation on any data for which fftn works. Will upsample by zero-filling, downsample by truncating high frequencies, or combine both up- and downsampling by dimension to allow arbitrary reshaping.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): N-dimensional Fourier interpolation Download

Added: April 09, 2013 | Visits: 353

DIT Radix-2 FFT with Bit Reversal The routine display the outputs of intermediate butterfly stages


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): DIT Radix-2 FFT with Bit Reversal Download

Calculation of fractal dimension of a 3D volume using fft This matlab scprit calculates fractal dimension and intercept of a 3D volume along each redial line using Fourier analytical technique. Directionally averaged fractal dimension, intercept and Hedgehog plots of fractal dimension and intercept of each direction are given.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Calculation of fractal dimension of a 3D volume using fft Download

Calculation of fractal dimension of fractal surfaces using fft FDSURFFT computes fractal dimension (slope) of surface image im and draw rose plots of slope and intercept.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Calculation of fractal dimension of fractal surfaces using fft Download

Added: August 10, 2013 | Visits: 304

Spectrum Scope Spectrum scope makes it easy to compute and display the fft of a live signal. You feed it your time series data, and it does the rest. It works very nicely with the Timer objects introduced in R13, and with Analoginput objects (from the Data Acquisition Toolbox).Here's a simple example, assuming...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Spectrum Scope Download

Added: August 19, 2013 | Visits: 195

Filter with Gabor Kernel using FFT [G GWINLEN] = genGaborKernelF( MU,NU,sigma,scaleXY,imgSz )GIMG = GABORCONV(IMG,G,GWINLEN)Extract the texture feature using Gabor filter/wavelet. You should first generate cell array G, which is a set of kernels in freq domain, then pass G and the image to the function GABORCONV.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Filter with Gabor Kernel using FFT Download

Added: September 15, 2013 | Visits: 235

fft using dif if you know the required length of your dft,you can use use this...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): fft using dif Download

Added: July 16, 2013 | Visits: 345

fftconv Computes by using the FFT (fast Fourier transform) algorithm the covolution of two discrete sequences.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): fftconv Download

Added: April 28, 2013 | Visits: 376

Spectral / Phase-based Visual Saliency This package provides implementations of several spectral (FFT,DCT)saliency algorithms for images.There are several methods (multichannel_method) to calculate themultichannel saliency:'fft': by default the same as 'fft:whitening''fft:whitening' Uses spectral whitening to calculate the saliency of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (44): Spectral / Phase-based Visual Saliency Download

Added: May 16, 2013 | Visits: 109

freqspace.m When producing a spectrum with fft.m there is no build-in m-file to find the corresponding y-axis. Example; if you want to plot the real Fourier coefficients of a signal (y) with corresponding time (t), write 'plot(freqspace(t),real(fft(y)))'. Created while finding derivatives in the Fourier...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): freqspace.m Download

Added: June 19, 2013 | Visits: 329

1D Linear BPM This is a simple FFT based beam propagation method for potential-free 1+1+1D Schrodinger equation. The software if flexible and allows to introduce high-order derivatives in the term (very handful if is needed to include dispersion effects). For example, if one desires to solve an equation in the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): 1D Linear BPM Download

Added: July 06, 2013 | Visits: 342

3D convolution in the FFT domain Achieve a 3D convolution in the fourrier domain.% convolution3D_FFTdomain - Performs a fast 3D convolution between volumes using mutliplication in the Fourrier spaceSyntax: [outVol] = convolutionInFFTdomain(inVol,inKer)Inputs: inVol - input volume inKer - input kernel inMsg - display succes...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): 3D convolution in the FFT domain Download

< 1 2 3 4 5 >