搜索资源列表
快速傅立叶变换FFT及信号的谱分析
- 用快速傅立叶变换FFT实现信号的谱分析,包括FFT程序,谱分析程序和绘图程序-using Fast Fourier Transform FFT spectrum analysis of the signals, including FFT procedures, spectral analysis procedures and drawing program
200632222455414
- c语言实现的fft变换,有兴趣的朋友可以-c language of fft transform, interested friends can see. .
DIT-FFT
- 本人编写的按时间抽取的快速傅立叶变换算法,非常实用的算法程序。-prepared by the time taken by the Fast Fourier Transform algorithm, the algorithm is very practical procedures.
demoai_fft
- 用声卡采集的模拟信号作为输入,然后fft变换,并且图形化的显示出来-sound card collection with the analog signal input, and then fft transform, and the graphics displayed
shuzixinhao3
- 这是数字信号处理的第三章课件——FFT变换-This is the Digital Signal Processing Chapter III courseware -- FFT transform
fft+DCT
- 自己手写的图像的FFT变换和DCT变换的MATLAB代码-own handwritten Image Transform FFT and DCT MATLAB code
070628_FFT_2[1].0.9.61
- 快速FFT变换,C语言的,比较好用,我没试过
fft
- 在TMS320LF2407上实现快速傅立叶变换(fft)算法
a
- FFT正变换和逆变换,了解FFT变换的实质
BigInteger
- dot NET 下的大整数乘法,使用FFT变换进行计算,提高了运算效率
FFT
- 信号进行FFT变换,可以选择多个洋点,
2121240
- ·程序,通过倒谱的计算能更好的提取 ·matlab代码,实现指纹图片的二值化、细化等功能 ·一款非常不错的国外图形图像处理软件源代码包,可执行 ·s3c2410的中文手册第1.2.3.6.8. ·用VC++实现数字图象的行变换,列变换,小波变换的 ·集成了CListBoxCn、CComboBoxCn ·关于linux下Pthread的使用教程,共有3个 ·实现多人聊天,一人做服务器,其它人做客户端,主要用 ·关于合成孔径雷达信号仿真中匹配滤波
FFT
- c语言写的FFT变换源码,有多个版本,经测试,还比较好用
FFT
- 对文本文档内的数据进行傅里叶变换,得到波形 -频谱图,相位图的对话框界面-For text document data within the Fourier Transform, the wave- frequency spectrum, phase diagram of the dialog box interface
FFT_VB
- 实现VB界面下的信号fft变换。界面提供两个波形的卷积,然后对其求FFT变换并显示-VB interface to achieve a signal fft transform. Interface convolution of two waveforms, and then seek its FFT transform and display
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.
fft1
- 通过对话框输入信号频率,采样点等信息,实现对信号的一维fft变换-Through the dialog box input signal frequency, sampling points, such as information, the realization of signal transform one-dimensional fft
FFTtest
- 从txt文本文件里读出16个通道的数据,并对起进行FFT变换,再保存数据到文本文件中.-get data from txt,then convert by fft,save the results into txt.
FFT
- C#写的FFT变换,对信号进行时域和频域分析,大家可以-C# write FFT transform, the signal is the time domain and frequency domain analysis, everyone can see
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放