搜索资源列表
频谱分析程序
- 频谱分析技术是研究周期性现象中最为常用的一种统计分析方法,其主要是通过对一复合的波系进行数据变换,将其分解成若干振幅和相位不同的简谐波,并找出其中振幅最大的波,即该复合波中的主要频率。频谱分析的方法较多,其中最常用的是快速傅立叶变换法(FFT)-spectrum analysis techniques to study the cyclical phenomenon most commonly used a statistical analysis method, its principal i
FFT-matlab FT在matlab中的实践分析
- FFT在matlab中的实践分析,例子为求一个正弦波的频谱图、均方根谱、功率谱、对数谱和进行IFFT的变换-FFT analysis of the practice in matlab, examples for the sake of a sine wave of frequency spectrum, the rms spectrum, power spectrum, and the IFFT on the number of spectral transformation
MATLABprograminfft.用Matlab产生正弦波,矩形波
- 1.用Matlab产生正弦波,矩形波,以及白噪声信号,并显示各自时域波形图 2.进行FFT变换,显示各自频谱图,其中采样率,频率、数据长度自选 3.做出上述三种信号的均方根图谱,功率图谱,以及对数均方根图谱 4.用IFFT傅立叶反变换恢复信号,并显示恢复的正弦信号时域波形图 ,1. Using Matlab generated sine wave, rectangular wave, as well as the white noise signal, and display their
squarefft2.rar
- 利用FFT分析方波信号的频谱,讨论采样点数、采样频率对谱分辨率的影响。对数据叠加白噪声后再次分析实验结果。,Square-wave signal using FFT spectrum analysis to discuss the sampling points, the sampling frequency of the impact of spectral resolution. White noise superimposed on the data after analysis of e
pinpu2
- 用Matlab产生正弦波,矩形波,以及白噪声信号,并显示各自时域波形图,FFT实践及频谱分析-Matlab generated by sine wave, square wave, and the white noise signal, and display their time-domain waveform, FFT spectrum analysis of practice and
cs-code
- 一个正弦波利用DCT,FFT变换后稀疏化,然后应用压缩感知实现压缩,并有仿真图例说明重构效果。重构算法采用线性规划和OMP算法等,是一个初学CS入门的好例子。-A sine wave using DCT, FFT transform sparse, and then apply compressed sensing to achieve compression, and a legend reconstruction simulation results. Reconstruction algo
FFTOcean
- 基于FFT的海面模拟。能够实现海面的复制,波浪模拟效果较好。-FFT-based simulation of the sea. Be able to achieve replication of the sea, wave simulation better.
fbh
- 使用FFT分析方波信号的频谱,讨论采样点数、采样频率对谱分辨率的影响。对数据叠加白噪声后再次分析实验结果。-Square-wave signal using the FFT spectrum analysis to discuss the sampling points, the sampling frequency of the impact of spectral resolution. White noise superimposed on the data after analysis
sjb
- 使用FFT分析三角波信号的频谱,讨论采样点数、采样频率对谱分辨率的影响。对数据叠加白噪声后再次分析实验结果。-FFT analysis of the use of the triangular wave signal spectrum to discuss the sampling points, the sampling frequency of the impact of spectral resolution. White noise superimposed on the data af
myWave_Fft
- 自制软件,实现频谱分析。能显示信号与频谱图。主要是对正弦信号和三角波进行一维FFT变换,得到频谱图。-Self-made software, the realization of spectral analysis. Showing the signal and frequency spectrum. Mainly sinusoidal signal and triangular wave transform one-dimensional FFT, the frequency spectrum
work
- 一个模拟的心电信号的matlab程序,其中一共包含了一个主程序和6个小程序,小程序分别是q波,s波,u波,p波,t波以及QRS波的模拟,运行的时候直接运行主程序complete.m 文件即可,运行良好,可以出波形-A simulated ECG of the matlab program, which includes a total of six small main program and procedures, the procedures are small q-wave, s-wave
fft
- 用于计算任意波形fft结果的Matlab工具-A matlab tool for wave fft calculating
oscilloscope_src
- 这是一个简单的应用我建立理解波的Windows音频API的基础知识,并获得一个快速傅立叶变换(FFT变换)的基本掌握。它的功能是:双缓冲绘图,取样的音频源,选择一个录音源使用搅拌机,FFT频谱计算阵列,并策划采样数据。 -This is a simple application I built to understand the basics of the Windows Audio WAVE API, and to get a basic grasp on Fast Fourier Tra
DSP
- this file is about finding Fast fourier transform for given sine wave using FFT statement. i. with zero padding II. without zero padding
wavelet--fft
- 实现频谱分析。能显示信号与频谱图。主要是对正弦信号和三角波进行一维FFT变换,得到频谱图。-To achieve spectral analysis. Shows the signal with the frequency spectrum. Sinusoidal signal and triangular wave one-dimensional FFT algorithm to obtain the frequency spectrum.
zoomfft-fft
- 产生3个频率相近的正弦波叠加组成周期信号,实现ZOOMFFT和FFT的比较。-Realize ZOOMFFT and FFT with three similar frequency sine wave superposition of periodic signal.
FFT
- 快速傅里叶变换示例,修改波信号文件以及采样频率,就可得到波形与频谱图、相位图(Fast Fourier Transform example, modify the wave signal file and the sampling frequency, you can get the waveform and spectrogram, the phase map)
FFT
- 图像的二维傅里叶变换及变换域滤波,同态滤波(FFT and Wave filtering)
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
dfftpack
- FFTPACK is a package of Fortran subprograms for the fast Fourier transform of periodic and other symmetric sequences. It includes complex, real, sine, cosine, and quarter-wave transforms.