搜索资源列表
xhclfft
- 用FFT 进行信号的频谱分析 1、高斯序列 2、衰减正弦序列 3、三角波序列 4、反三角序列-signals using the FFT spectrum analysis of one, two Gaussian sequence, the sequence of 3 attenuation sine, triangle wave sequence 4, anti - triangular series
fft
- 在CCS环境中开发的应用于tms320vc5402的频谱分析程序,仿真过,结果正确.
C3DSound
- 这是个3D环绕声的程序,主要是频谱分析和一些时域的幅值和相位的变换,fft,等核心做。
sampe-fft
- 这是在matlab/simulink环境下,对一个连续信号采样及离散化.并进行FFT频谱分析的实例
matlab程序
- MATLAB对所的的一组数据利用经典谱(及FFT)进行频谱分析-MATLAB by the right of a group of data using the classical spectrum (and FFT) spectrum analyzer
FFT
- 利用FFT对信号进行频谱分析,信号截断采用矩形窗-The signal using FFT spectrum analysis, signal cut rectangular window
test
- 对语音信号加窗(汉明窗)并进行短时傅里叶变换,观察其频谱图,同时进行相位幅值分析-fft
speechbymatlab
- 请认真阅读采用MATLAB分析WAV文件。 步骤一:选择一个WAV文件作为分析的对象 。(ding.wav) 步骤三:进行 FFT变换并画频域图形 。 步骤四:进行该声波主要频谱的分析。 步骤五:根据该声音的频谱,反演时域图形 。(有失真) 步骤六:进行付立叶逆变换IFFT并画频域图形 。-Please carefully read the WAV files using MATLAB analysis. Step One: Select a WAV file as the
AnalogVoiceSignal
- 观测实时模拟信号(语音)的频谱 用音频设备采集一段语音,将语音存为.wav格式。对wav文件作分段傅里叶变换分析。语音是分音节的,应把它分段分析,而且实际运用中的数字信号处理的FFT的点数是有限的,一般只能达到千点。用傅里叶反变换IFFT,从频域恢复信号。画出频谱图和语音波形图。 -Observing real-time analog signal (voice) of the spectrum collected with the audio devices section of
fft(Delphi)
- 关于频谱分析的,很实用的程序,在网站上发现的,一直留着,很好。-delphi fft
example4_4
- 例4:在sinc(t)信号中叠加噪声,分析对应频谱 fs=100 采样频率,必须大于两倍基带信号最高频率 ts=1/fs 采样时间间隔 T=2 时间窗大小 - x=x+0.1*randn(1,N) x=awgn(x,-10, measured ) figure plot(t,x) title( 时域信号图 ) xlabel( t /s ) y=fft(x,N) figure if mod(N,2)~=0
example4_3
- 例3:分析占空比为ta的矩形脉冲频谱 T=1 时间窗大小 ta=0.5 占空比 N=256 t=linspace(-T,T,N) ts=2*T/N fs=1/ts -x=zeros(1,N) x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1) y=fft(x,N) figure plot(t,x) title([ 时域信号图 占空比为 ,num
fft
- 对转子振动信号进行频谱分析,可以有效地反映出振动的主频以及由于故障导致的多倍频-spectrum analysis of vibration signal
virtual-spectrum-analysis
- 实现仿真信号的生成,实际信号的数据采集,同时观察信号的波形,存储、回放信号的波形,并利用FFT对所得仿真信号、实际信号进行频谱分析进而得到信号的频谱。 -Simulation signal generator, the actual signal data acquisition, while observing the signal waveform storage and playback signal waveform using FFT spectrum analysis and t
FFT
- FFT频谱分析,可以将正弦波,方波,锯齿波,三角波的频谱分析粗来,可以更改频率,更改采样的条件-FFT spectrum analysis, can be sine wave, square wave, sawtooth wave, triangle wave spectrum analysis of coarse, can change the frequency, the variation of the conditions of sampling
phase-difference-detection-based-FFT
- 基于LabVIEW设计了相位差的检测程序,采用相关法、过零法、FFT法、频谱分析法四种方法,适合毕业设计。-LabVIEW design phase of the testing procedures, the use of correlation, zero-crossing method, FFT method, spectral analysis of four methods for graduation design.
fft
- 完成fft分析的基础模块,用于信号频谱分析-Fft analysis on the basis of complete modules for signal spectrum analysis
labview-pinpu
- 基于labview的频谱分析,简单的fft快速傅里叶变换-Spectrum analysis based on LabVIEW , Simple FFT fast Fourier transform
音频频谱分析
- 音频频谱分析 1.实时抓取MIC数据; 2.实时显示频谱并记录频谱数据; 3.可以选择不同的窗函数,以及FFT Size