搜索资源列表
FFT
- 快速傅立叶变换FFT的C源程序,包括谐波检测部分
fft
- 傅立叶变换,可以进行谐波分析等运算,很使用,快速傅立叶变换
基于DSP的通用FFT算法在电网谐波检测中的应用
- 基于DSP的通用FFT算法在电网谐波检测中的应用
hanning.rar
- 用hanning窗的插值FFT算法,适用于电力系统信号的谐波分析,Hanning window with interpolation FFT algorithm, applied to power system harmonic analysis signals
fft
- 离散傅里叶变换,加窗fft解决谐波信号中的频谱泄露和栅栏效应-Discrete Fourier transform, windowed fft solve harmonic signal leakage and fence effect of spectrum
FFT_for_f430-A
- 一种适合在单片机上运行的快速傅里叶算法,大量采用查表方法。理解这个算法对实现电力谐波分析很有帮助。fft算法的经典应用,需要一定的数学知识!-Fit on a single chip running at the fast Fourier algorithm, a large number of look-up table method used. Understanding of this algorithm to achieve useful power harmonic analysis.
FFTonthepowersystemharmonicdetectionresearchquesti
- 关于电力系统FFT谐波检测存在问题的研究-FFT on the power system harmonic detection research questions exist
fft
- fft#include <math.h> #define SWAP(a,b) tempr=(a) (a)=(b) (b)=tempr //当isign=1时,将输入数据data[1..2*nn]用它的离散Fourier变换系数代替 //当isign=-1时,将输入数据替换为其的离散IFFT系数乘以nn //data是一个保存nn个复数的数组 //Fourier系数的保存方法为F0的实部和虚部保存在data[1],data[2] //正的一次谐波系数保存在dat
fft
- 快速傅里叶进行谐波分析,输入文件进行信号载入,输出文件可查看结果-Fast Fourier harmonic analysis of the signal to load the input file, output file can see the results
wyz_fft
- fft谐波检测,分析信号的频谱和幅值,相位-fft harmonic detection, analysis of the signal spectrum and amplitude, phase
FFT
- 这是一个快速傅里叶变换分析谐波类程序,以及生成火柴梗图的程序-This is a class of fast Fourier transform analysis of harmonic procedures, and the program generates Stick Figure
FFT
- fft分析程序,可以完成对输入信号的谐波分析,得到谐波的频率和幅值-fft analysis program, to be completed on the input signal harmonic analysis, harmonic frequency and amplitude
fftt
- 应用MATLAB的FFT谐波分析计算文件,可以显示17次以下谐波含量和幅值(MATLAB harmonic analysis using FFT computing documents, you can display 17 times the following harmonic content and amplitude)
程序
- 计算间谐波 FFT 谐波畸变率 Computational interharmonics(Computational interharmonics)
加窗插值FFT
- 用nuttall窗双谱线插值实现谐波提取(Nuttall window double spectrum line interpolation harmonic extraction)
电力系统谐波分析的高精度FFT算法
- 电力系统谐波分析的高精度FFT算法 FFT 电力 谐波(FFT Algorithm with High Accuracy for Harmonic Analysis in Industry Power System)
5826
- 一个师兄的毕设,最小二乘回归分析算法,基于kaiser窗的双谱线插值FFT谐波分析。( A complete set of brothers, Least-squares regression analysis algorithm, Dual-line interpolation FFT harmonic analysis kaiser windows.)
7876
- 这是一个好用的频偏估计算法的matlab仿真程序,基于kaiser窗的双谱线插值FFT谐波分析,计算目标和海洋回波的功率谱密度。( This is a useful frequency estimation algorithm matlab simulation program, Dual-line interpolation FFT harmonic analysis kaiser windows, Calculating a target and ocean echo power spect
fft
- 用DFT 函数计算电压u, 电流i的基波(f1=50 Hz)的有效值和相位; 用FFT函数分别计算电压u和电流i 所包含的直流,基波和谐波的有效值和初相角; 可计算基波(f1=50 Hz)和各次谐波的功率p和功率因数con?.(The effective value and phase of fundamental wave (f1 = 50 Hz) of voltage U and current I are calculated by DFT function. The effect
fft谐波分析matlab程序
- 用一个实际例子,对fft分析后的频谱求谐波分量,找谐波对应的位置及能量大小