搜索资源列表
mallat_algorithm
- 自编的快速小波变换mallat算法,使用‘db1’小波函数,在卷积时使用wkeep命令进行了数据截取。重构信号和原信号比较误差较小。-self fast wavelet transform Mallat algorithm, the use of 'db1' wavelet function, Convolution in the use of wkeep order the interception of data. Reconstruction of the original
fft&conv
- 快速傅立叶变换和圆周卷积的通用MATLAB源程序,非常有参考价值
matlab-signal
- 用c语言实现下列的数字信号处理算法 1.离散傅里叶级数合成连续周期信号 2.DIF FFT 测试程序 3.将输入数据的幅度画出图形 4.使用FFT实现快速卷积 5.使用FFT实现快速相关 6.取样混迭演示程序 -language used to achieve the following digital signal processing algorithms 1. Discrete Fourier series synthetic signal two conse
fdeconv
- 快速反卷积。计算速度很快,必要的时候需要手动更改m文件里的fft点数以改变计算精度。很好的代码。
ksjj
- 编写一个MATLAB函数,实现快速卷积算法,给出一个实例。用一个N点离散傅立叶变换同时计算两个N点实序列的离散傅立叶变换。-The preparation of a MATLAB function, fast convolution algorithm, given a case in point. With a N-point discrete Fourier transform at the same time calculation of the two N-point real sequ
conv
- 使用matlab计算输入信号的卷积快速卷积,对卷积的原理进行说明-conv
q719
- q717是验证时域采样与频域采样的对偶性,q718是快速卷积运算-q717 is to verify the time domain sampling and frequency-domain sampling of the duality, q718 is fast convolution
convtrapz
- 快速卷积算法的matlab实现,以及对应的文章。-(Fast) Approximation of the convolution integral between two sampled functions.
ImageFFTConv
- 利用快速傅里叶变换求两幅图像的卷积,matlab源码-Fast Fourier transform using the convolution of two images, matlab source
34
- 根据滤波器指标选择合适的窗函数,计算窗函数的长度N,调用MATLAB函数fir1设计一个FIR低通滤波器。并编写程序,调用MATLAB快速卷积函数fftfilt实现对xt的滤波。绘图显示滤波器的频响特性曲线、滤波器输出信号的幅频特性图和时域波形图。
mallat
- 小波谱分析mallat算法经典程序 MALLET分解算法(圆周卷积的快速傅里叶变换实现)-Algorithm for spectral analysis mallat small program MALLET classic decomposition algorithm (circular convolution of the fast Fourier transform)
acoustic-room-impulse-responses
- 一种快速的房间声音环境模拟算法,提供了快速卷积程序。-Fast simulation of acoustic room impulse responses
FASTMBD
- 图象处理,多幅模糊图象的快速盲卷积恢复,并有可供示范的实例
FastD
- 一种快速超分辨算法,这一方法在频域完成反卷积运算,比一般算法快许多。-fast super-resolution in frequency domain
juanjicode
- 卷积码编译码的快速实现算法,非常适合初学者迅速上手-Fast convolution code encoding and decoding algorithm is very suitable for beginners to get started quickly
shiyaner21
- 给定两个序列 x(n)=[2,1,1,2],h(n)=[1,-1,-1,1,], 。首先直接在时域计算两者的线性卷积;然后用FFT快速计算二者的线性卷积,验证结果。-Given two sequences, a.First directly evaluated both linear convolution in time domain Then using FFT fast calculation of the two linear convolution, the verification
untitled
- 滤波器结构设计:掌握 IIR 数字滤波器的直接I 型、II 型、级联型、并联型结构的特点和表示方法;滤波器结构设计:FIR数字滤波器的直接型、级联型、频率抽样型以及快速卷积的结构特点和表示方法;线性相位,FIR 滤波器的结构和特点;全通滤波器、梳状滤波器的特点和表示方法。-I type directly control IIR digital filter, type II, cascade, features a parallel-type structure and representati
filter-construction
- 仿真IIR 数字滤波器的直接I 型、II 型、级联型、并联型结构的特点和表示方法;FIR数字滤波器的直接型、级联型、频率抽样型以及快速卷积的结构特点和表示方法-Features and representation I direct simulation type IIR digital filter, type II, cascade, parallel type structure a direct, cascade, the frequency of sampling and struc
jingken
- 快速扩展随机生成树算法,GSM中GMSK调制信号的产生,意信号卷积的运算,并且绘制图象。- Rapid expansion of random spanning tree algorithm, GSM is GMSK modulation signal generation, Convolution operation is intended to signal and image rendering.
线性卷积的计算
- 1.编制一个计算两个序列线性卷积的程序,计算y(i)=x(m)*h(n),分别绘制x(m)和h(n),以及线性卷积结果y(i)的图形,使用matlab自带的conv函数来验证结果。 2.使用matlab自带的FFT和iFFT程序,实现线性卷积的快速计算,并对计算结果进行绘制。(1. Make a program to calculate the linear convolution of two sequences, calculate y (I) = x (m) * H (n), draw t
