Welcome![Sign In][Sign Up]
Location:
Search - fft.m

Search list

[Other resourcehilbert_fft.m

Description: matlab实现的hillbert和fft滤波器。适合初学数字信号处理的人学习。-Matlab and achieve hillbert fft filter. Suitable for beginner digital signal processing to emulate.
Platform: | Size: 1205 | Author: 杜猛 | Hits:

[Other resourceExperiment-for-FFT-convolution-using-Overlap-Add-m

Description: 采用FFT和IFFT的快速卷积的C程序实现源代码。-FFT and IFFT fast convolution C program source code.
Platform: | Size: 1865 | Author: minytian | Hits:

[Other resource16Point-radix4-FFT

Description: 本文提出一個根值4 蝴蝶元素使用(m, n) - 櫃臺減少硬體複雜, 延遲時間, 和電力消費被介入在使用常規加法器。並且一臺修改過的換向器為FFT 算法被描述與用管道運\輸的實施一起為連續輸入資料減少資料記憶要求。
Platform: | Size: 3787 | Author: 旻倫 | Hits:

[WEB Codefft

Description: fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 gives forward transform dir = -1 gives reverse transform
Platform: | Size: 1801 | Author: jessie | Hits:

[matlabhilbert_fft.m

Description: matlab实现的hillbert和fft滤波器。适合初学数字信号处理的人学习。-Matlab and achieve hillbert fft filter. Suitable for beginner digital signal processing to emulate.
Platform: | Size: 1024 | Author: 杜猛 | Hits:

[AlgorithmExperiment-for-FFT-convolution-using-Overlap-Add-m

Description: 采用FFT和IFFT的快速卷积的C程序实现源代码。-FFT and IFFT fast convolution C program source code.
Platform: | Size: 2048 | Author: minytian | Hits:

[Mathimatics-Numerical algorithmscg-fft

Description: This software gave volume MoM solution by the CG-FFT method-volume solution by using MoM t he CG-FFT method
Platform: | Size: 265216 | Author: 黄志祥 | Hits:

[VHDL-FPGA-Verilog16Point-radix4-FFT

Description: 本文提出一個根值4 蝴蝶元素使用(m, n) - 櫃臺減少硬體複雜, 延遲時間, 和電力消費被介入在使用常規加法器。並且一臺修改過的換向器為FFT 算法被描述與用管道運輸的實施一起為連續輸入資料減少資料記憶要求。-This paper presents a root element of the use of 4 Butterfly (m, n)- the counter to reduce the hardware complexity, latency, and power consumption has been involved in the use of conventional adder. And a modified commutator for the FFT algorithm has been described with the use of pipeline transportation for the implementation of continuous input data together with information to reduce memory requirements.
Platform: | Size: 3072 | Author: 旻倫 | Hits:

[MPIFft

Description: fft并行算法实现,C语言开发,用mpi编程完成-fft parallel algorithm, C language development, with the completion of mpi programming
Platform: | Size: 2048 | Author: kmart | Hits:

[matlab12

Description: Matlab做的关于三角波,正弦波,方波的FFT算法,可以分析方波信号、三角波信号的频谱以及采样点数、采样频率对频谱分辨率的影响。-Matlab to do on the triangle wave, sine wave, square wave of the FFT algorithm, can be analyzed square-wave signal, triangular wave signal of the spectrum as well as the sampling points, the sampling frequency affect the resolution of the spectrum.
Platform: | Size: 1024 | Author: venppen | Hits:

[Documentsfft

Description: fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 gives forward transform dir = -1 gives reverse transform -fft.c This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2 ^ m points. dir = 1 gives forward transform dir =-1 gives reverse transform
Platform: | Size: 1024 | Author: jessie | Hits:

[Documentsfft

Description: This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 gives forward transform dir = -1 gives reverse transform -This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2 ^ m points. Dir = 1 gives forward transform dir =-1 gives reverse transform
Platform: | Size: 1024 | Author: jessie | Hits:

[matlabLab0503-FFT

Description: FFT蝶形运算,C 语言,可有MATLAB M 语言转换实现-FFT butterfly computation, C language, MATLAB M language can be converted to achieve
Platform: | Size: 16384 | Author: liu yang | Hits:

[matlabfft

Description: 用matlab编写的fft快速傅立叶变换及逆变换函数,文件用M语言写成,可以运行-Matlab prepared using fft Fast Fourier Transform and inverse transform function, M language documents, you can run
Platform: | Size: 2048 | Author: 冉涛 | Hits:

[matlabFFT

Description: 脑波FFT变换 调用格式见m文件头部说明(下边也复制了一份) 有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用 ------------------------------------ 保存为FFT.m文件 输入参数: N:进行FFT变换的点数(要求是2的N次幂); fs:信号的采样频率(frequency of simpling) sig:进行FFT变换的数组(一维)。 输出参数: f_sig:变换后的信号(一维数组) E_delta、E_theta 、E_alpha、E_beta分别表示δθαβ相应频段的能量加和。 other为其余频段的能量加和(供参考用) -------------------------------------------------------------------------- function[ f_sig ,E_delta , E_theta , E_alpha , E_beta , other ] = FFT( N , fs , sig )-EEG FFT transform is called m file format, see head illustrate the matching DLL files, you can be C or C++ to call------------------------ simpling) sig: to FFT transform array (one dimension). Output Parameters: f_sig: transformation of the signal (one-dimensional array) E_delta, E_theta, E_alpha, E_beta δθαβ, respectively, the energy increases and the corresponding frequency band. Other for the rest of the energy band increases, and (for reference) -------------------------------------------------------------------------- function [f_sig, E_delta, E_theta, E_alpha, E_beta , other] = FFT (N, fs, sig)
Platform: | Size: 206848 | Author: 张诚 | Hits:

[GUI DevelopFFTinDLG

Description: MFC下FFT用C++写的源代码,有图形显示,sin和fft频率的自由选择.图形界面-MFC under the FFT written in C++, source code, graphics, sin, and fft frequency of free choice. Graphical interface
Platform: | Size: 1888256 | Author: 张刚 | Hits:

[matlabfft.m

Description: 实现快速傅里叶变换,线性调频Z变换,通俗易懂。-This is for students who is major in communication project.
Platform: | Size: 1024 | Author: Eric | Hits:

[2D Graphicfft

Description: 利用matlab的fft函数进行快速傅里叶变换的m文件-Matlab' s fft function using the fast Fourier transform of the m file
Platform: | Size: 1024 | Author: 张扬 | Hits:

[AlgorithmFFT-and-IFFT

Description: fft与ifft的子程序代码,时间抽取基2FFT算法,参数包含4个:N点数、M蝶形运算迭代级数、换算到频域后的实部和虚部-fft ifft coding
Platform: | Size: 2048 | Author: KatrinaH | Hits:

[matlabUsing-FFT.m

Description: The source code for using FFT
Platform: | Size: 1024 | Author: djanggoo | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net