搜索资源列表
fft-vb
- vb版本的fft变换,能够正反变换。正变换: 把时域信号转换成频域信号,反变换:能够把频域信号转换成时域信号。fft可广泛应用于工程领域,例如:信号的频域分析。震动,噪声的分析等等。-vb version of the fft transform, to transform pros. Transformation : put time domain signal into frequency domain signal, anti-transformation : can frequenc
VB-FFT
- FFT实现序列离散傅立叶变换,输入序列,输出序列的傅立叶变换结果。
FFT变换
- 利用VB进行FFT(快速傅立叶)变换。-use VB FFT (Fast Fourier) transformation.
fft
- 这是本人的本科毕业论文《二维FFT变换程序实现及其应用》中的程序,先用c语言将算法模块封装成dll,然后在VC和VB中调用。
FFT
- FFT算法的VB实现.在VB中简单调用,方便得很!!!!!!!!!1
fft_VB_DSP
- 我自己编写的VB的FFT程序,算法中改进了网上常用算法的一些Bug,并且进行了优化,已经移植到DSP中检验过算法的速度与正确性,测试数据显示效果非常好。-myself prepared by the VB FFT procedure, the algorithm used the Internet to improve the algorithm Bug, and the optimization, which has been ported to the DSP algorithm tests
FFTdemo.zip
- FFT Demo Program. Written in VB,FFT Demo Program. Written in VB
FFT-PCM.rar
- 这是本人做的一个,基于VB的一个音频文件FFT计算与频谱显示的软件。包括源代码,是个不错的源代码。,This is one I do, based on the VB of an audio file FFT calculation and spectrum display software. Including source code, is a good source code.
VB-FFT
- vb 编写的FFT程序,快速傅里叶变换-FFT program written in vb, fast Fourier transform. . . .
fft(VB)
- VB编写的快速傅里叶算法,可以稍作修改、作为一维曲线数据的频域滤波程序。内有波形数据,可供实验。-VB Fast Fourier Transform Algorithm prepared, you can make some modifications, as a one-dimensional curve data of the frequency domain filtering procedure. Within the waveform data, for experiment.
MY_VB6FFT
- VB的一个FFT算法编写的界面,可以实现FFT的算法。-VB an FFT algorithm to prepare the interface, FFT algorithms can be achieved.
homework
- 数字信号处理的课后编程作业,要求是实现FFT变换,信号的卷积,还有数字滤波器的设计。前两个是VB编写的可执行文件,后面一个是VC的源程序,希望对大家有用 -Digital signal processing of after-school programming operations, the requirements for achieving FFT transform, the convolution signal, as well as digital filter design.
fft
- fft,快速傅里叶变换,用VB编写的,很实用的一段程序。-fft, fast Fourier transform
FFTdemo
- 这是一个用VB实现FFT运算,并且进行简单应用的演示程序。-This is a FFT algorithm demo, programmed by VB language. The core of this programm is the realization of FFT algorithm by VB language.
fft
- 傅里叶变换的vb源程序,可以快速实现傅里叶变换-Fourier transform vb source code, you can quickly achieve the Fourier transform
VB-FFT-interface
- VB实现的FFT,有界面设计,可参考使用-VB of the FFT, interface design, use and reference
VB-FFT
- VB实现傅里叶变换,语法标准,界面简洁。可选择输入波型和频率-VB realize Fourier transform
Vb-FFT
- 自己编的Vb实现FFT,很方便-1-VB realize FFT algorithm. In VB in a simple call, a very convenient。。。。。。
VB FFT测试
- FFT的一个测试 界面比较简洁 琢磨琢磨还是可以的(A test of FFT Relatively simple interface, pondering and pondering is still possible)
VB-voice-spectrum-analysis
- 通过api函数获取声卡音频数据,并进行FFT变换,将频谱图显示出来。(Data sound card are obtained by api functions and converted with FFT to frequency graph.)