CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - compute fft
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - compute fft - List
[
2D Graphic
]
fft
DL : 0
The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm. -The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
郭曉詠
[
Algorithm
]
FFT
DL : 1
计算快速fouries变换的c++源程序,即可计算正变换,又可计算逆变换!-it can compute the fouries transform of time series,in c++.it can also compute the inverse fouries transform.
Update
: 2025-02-19
Size
: 731kb
Publisher
:
Blueye
[
matlab
]
computeMelSpectrum
DL : 0
Compute the matrix of mel filter coefficients given the sampling frequency, the length of the FFT and the number of desired mel filter channels.
Update
: 2025-02-19
Size
: 1.5mb
Publisher
:
habeeb
[
Windows Develop
]
fk
DL : 0
计算一个地震序列的F-K谱。也可以直接用了。比较有条理。-compute FK spectrum of a seismic gather
Update
: 2025-02-19
Size
: 1kb
Publisher
:
马龙
[
Algorithm
]
fft
DL : 0
this fft header file for fast fourier transform. with this file, you can compute frequency spectrum zero to tow pi.-this is fft header file for fast fourier transform. with this file, you can compute frequency spectrum zero to tow pi.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
ha
[
Windows Develop
]
parallel-fft
DL : 0
傅里叶变换的并行源代码,mpi+vc6.0,带数据-parallel compute of fft
Update
: 2025-02-19
Size
: 3kb
Publisher
:
程宾
[
VHDL-FPGA-Verilog
]
cf_fft
DL : 0
FFT using C and VHDL. can compute upto 1K, 2K and 4K in radix 2.
Update
: 2025-02-19
Size
: 3.17mb
Publisher
:
mimi
[
Mathimatics-Numerical algorithms
]
Euler
DL : 0
Euler方法 用C语言实现,并求解常微分方程组-The m framework appropriately generalizes notions such as gain margin, phase margin, disturbance attenuation, tracking, and noise rejection into a common framework suitable for analysis and design, in both single-loop and multiloop feedback systems. Even when working with single-loop feedback systems, some multi-input, multi-output (MIMO) systems arise during the analysis. Hence, a unified framework to deal with MIMO linear systems is important, with full support for both the time and frequency domain. m-Tools provides the capability to build complex interconnections (such as cascade, parallel, and feedback connections), compute properties (such as poles and zeros), calculate time and frequency responses, manipulate these responses (FFT for the time domain signals, Bode analysis for the frequency domain functions), and plot results. m-Tools supports two data types in addition to the standard matrices: SYSTEM matrices for state-space realizations
Update
: 2025-02-19
Size
: 1kb
Publisher
:
落思
[
Video Capture
]
fftw-opencv-example
DL : 0
I ve made an example on how to perform FFT operation using FFTW in OpenCV. It simply loads an image, compute FFT & IFFT, then display the final result. The resulted image has no difference with the original, as it should.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
serkant
[
matlab
]
first
DL : 1
二维傅里叶变换,对图像进行二维傅里叶变换处理-Two-Dimensional Fast Fourier Transform The purpose of this project is to develop a 2-D FFT program "package" that will be used in several other projects that follow. Your implementation must have the capabilities to: (a) Multiply the input image by (-1)x+y to center the transform for filtering. (b) Multiply the resulting (complex) array by a real function (in the sense that the the real coefficients multiply both the real and imaginary parts of the transforms). Recall that multiplication of two images is done on pairs of corresponding elements. (c) Compute the inverse Fourier transform. (d) Multiply the result by (-1)x+y and take the real part. (e) Compute the spectrum.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
solo
[
Software Engineering
]
radix2
DL : 0
fft The radix-2 algorithms are the simplest FFT algorithms. The decimation-in-time (DIT) radix-2 FFT recursively partitions a DFT into two half-length DFTs of the even-indexed and odd-indexed time samples. The outputs of these shorter FFTs are reused to compute many outputs
Update
: 2025-02-19
Size
: 16kb
Publisher
:
azabusahkra
[
DSP program
]
fft
DL : 0
what is the DFT? The DFT is extremely important in the area of frequency (spectrum) analysis because it takes a discrete signal in the time domain and transforms that signal into its discrete frequency domain representation. Without a discrete-time to discrete-frequency transform we would not be able to compute the Fourier transform with a microprocessor or DSP based system.
Update
: 2025-02-19
Size
: 156kb
Publisher
:
hana eldreny
[
Algorithm
]
test2
DL : 0
可用于计算FFT 源码中已经写好主要的正余弦转换函数-can used to compute fft
Update
: 2025-02-19
Size
: 1kb
Publisher
:
赵九鑫
[
Algorithm
]
GslComplex
DL : 0
利用gsl数学库计算FFT的类,还包含自己写的二维数组类为基类-using gsl compute FFT
Update
: 2025-02-19
Size
: 11kb
Publisher
:
alun
[
Mathimatics-Numerical algorithms
]
fft
DL : 0
This a vhdl code written to compute fft for the values stored in a RAM. The fft values are stored in bit reversed order finally in the same RAM. Not sure if it is working 100 . For my test input it worked.-This is a vhdl code written to compute fft for the values stored in a RAM. The fft values are stored in bit reversed order finally in the same RAM. Not sure if it is working 100 . For my test input it worked.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
rsa
[
Special Effects
]
Polar-FFT
DL : 0
计算图像在极坐标下的傅里叶变化 Matlab代码-Compute Polar Fourier Transform of images
Update
: 2025-02-19
Size
: 643kb
Publisher
:
david
[
matlab
]
FFT_analysis
DL : 0
A MATLAB program to compute FFT of the real-time signal obtained from DSO1100 oscilloscope.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
daku_gabbar
[
Other
]
CDFT
DL : 0
Code with the implemeentation of a class to compute FFT.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
Adelino
[
mathematica
]
fft
DL : 0
this code compute the fast fourier transform
Update
: 2025-02-19
Size
: 2kb
Publisher
:
carlitos
[
Other
]
fft
DL : 0
fft计算程序,很好理解,可以迁移。。 。。 。。 。经过验证的-fft compute
Update
: 2025-02-19
Size
: 4kb
Publisher
:
李强
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.