搜索资源列表
chap06
- ex5_1 I-型线性相位FIR滤波器 ex5_2 II-型线性相位FIR滤波器 ex5_3 III-型线性相位FIR滤波器 ex5_4 IV-型线性相位FIR滤波器 ex5_5 矩形窗频响 ex5_6 希尔伯特变换器设计-汉宁窗 ex5_7 低通滤波器设计-汉明窗 ex5_8 带通滤波器设计-布莱克曼窗 ex5_9 低通滤波器设计-凯塞窗 ex5_11 频率采样技术:低通,朴素法 ex5_12 频率采样技术:低通, 最优法T1 & T2 ex5_13
FFT
- 实现快速傅立叶变换的C程序代码,以基2FFT为基础的算法-Implementation of fast Fourier transform C program code, to base 2FFT based algorithm
fenshujiefuliyebianhuan
- 分数阶傅里叶变换,可以用于实现图像的隐藏算法-The fractional Fourier transform, can be used to achieve the image hiding algorithm
ee
- 快速傅立叶变换(FFT)是离散傅立叶变换的一种有效的算法,通过选择和重新排列中间结果,减小运算量。DFT有大量重复的cos、sin计算,FFT的作用就是用技巧减少cos、sin项重复计算。当采样点数为1024点,DFT要求一百万次以上计算量,而FFT则只要求一万次。-cout width cout width cout width cout width cout width cout width cout width cout width cout width cout width cout w
matlab
- 传统的水印嵌入程序,是基于离散小波变换的算法程序,对防止盗版等有极大的意义-Traditional watermark embedding procedure is based on discrete wavelet transform algorithm to prevent piracy have great significance
DCTorIDCT
- 运用陈、loffler、ann算法实现离散余弦的正逆变换-Realization of discrete cosine transform
FFT
- FFT算法,fft算法的实现,具有精准的计算结果,变换灵活-FFT algorithm, fft algorithm, with precise calculations, conversion and flexible
image-fusion
- 基于小波变换方法和PCA融合算法实现图像融合-based DWT and PCA produce fused images
Class1
- 信号分析,包含DFT,AR变换,共振解调,频域特征值计算等多种算法包含DFT,AR变换,共振解调,频域特征值计算等多种算法-signal analysis
STC_FFT
- 快速傅里叶变换法(FFT)是离散傅立叶变换的一种快速计算方法,它能使N点DFT的乘法计算量由N2 次降为 次。下图是采样点数为8点FFT时间抽取算法信号流图,本程序也是以这种形式设计的。-Fast Fourier Transform (FFT) is a fast computational method for discrete Fourier transforms that can reduce the multiplication of N-point DFT by N2 times. T