wav_FFT_demo

所属分类:DSP编程
开发工具:Visual C++
文件大小:34KB
下载次数:143
上传日期:2013-03-11 14:20:22
上 传 者xyz2010
说明:  快速傅氏变换(FFT),允许用户查看的音频信号的频谱内容。 FFT这里给出的代码是由唐交叉出现,他的主页,随后被撤下。而不是解释的FFT的数学理论,我将试图解释它的用处,因为它涉及到的音频信号。 FFT允许用户获得的音频信号的频谱构成,获得它的各种频率的分贝,或获得其各种频率的强度。光谱观众(在上面的图片所示),均衡器,或VU表可以使用FFT,以显示其结果。它们之间的差值,然后取决于一对夫妇方程采取的FFT的实部和虚部的组件,并返回的强度或分贝水平被用于在绘制结果中的一个。下面的代码提取的FFT结果的实部和虚数部分,并返回的强度和分贝。
(The Fast Fourier Transform (FFT), to allow the user to view the audio signal spectral content. FFT code given here by Don cross, his home, and subsequently removed. The FFT math theory rather than to explain, I will attempt to explain its usefulness, as it relates to the audio signal. FFT allows the frequency spectrum of the audio signal obtained by the user, and to obtain various frequency in decibels, or the intensity of various frequencies. The spectrum of the audience (in the above picture shown), equalizer or VU meter can use the FFT, to display its results. The difference between them, and then depending on the one pair of couples equations take the FFT of the real part and the imaginary part component, and returns the intensity or decibel levels be used in one of the plotted results. The following code extract a real part and an imaginary part of the results of the FFT, and return the strength and decibels.)

文件列表:
wav_FFT_demo (0, 2013-03-11)
wav_FFT_demo\demo (0, 2013-03-11)
wav_FFT_demo\demo\res (0, 2013-03-11)
wav_FFT_demo\demo\res\waveInFFT.ico (1078, 2004-04-18)
wav_FFT_demo\demo\res\waveInFFT.rc2 (401, 2004-04-18)
wav_FFT_demo\demo\codeproject_template.html (12286, 2007-03-31)
wav_FFT_demo\demo\Fourier.cpp (4452, 2004-04-18)
wav_FFT_demo\demo\Fourier.h (1278, 2004-04-18)
wav_FFT_demo\demo\MemoryDC.h (2884, 2004-04-27)
wav_FFT_demo\demo\Recorder.cpp (7890, 2007-03-31)
wav_FFT_demo\demo\Recorder.h (2163, 2007-03-31)
wav_FFT_demo\demo\resource.h (963, 2004-04-27)
wav_FFT_demo\demo\SpectrumGraph.cpp (9779, 2007-03-31)
wav_FFT_demo\demo\SpectrumGraph.h (2876, 2006-11-18)
wav_FFT_demo\demo\StdAfx.cpp (211, 2004-04-18)
wav_FFT_demo\demo\StdAfx.h (1054, 2004-04-18)
wav_FFT_demo\demo\waveInFFT.cpp (2105, 2004-04-18)
wav_FFT_demo\demo\waveInFFT.dsp (4665, 2004-04-27)
wav_FFT_demo\demo\waveInFFT.dsw (541, 2004-04-18)
wav_FFT_demo\demo\waveInFFT.h (1357, 2004-04-18)
wav_FFT_demo\demo\waveInFFT.rc (5980, 2007-03-31)
wav_FFT_demo\demo\waveInFFT.sln (881, 2007-03-15)
wav_FFT_demo\demo\waveInFFT.sln.old (907, 2006-03-29)
wav_FFT_demo\demo\waveInFFT.suo.old (9728, 2006-11-18)
wav_FFT_demo\demo\waveInFFT.vcproj (8747, 2007-03-15)
wav_FFT_demo\demo\waveInFFT.vcproj.7.10.old (7704, 2006-04-24)
wav_FFT_demo\demo\waveInFFT.vcproj.FREDHOME.Frederick.user (1419, 2007-03-15)
wav_FFT_demo\demo\waveInFFTDlg.cpp (9175, 2007-03-31)
wav_FFT_demo\demo\waveInFFTDlg.h (1844, 2006-11-18)
wav_FFT_demo\说明.txt (1507, 2013-03-11)

近期下载者

相关文件


收藏者