搜索资源列表
Matlab_Experiment
- Matlab实现快速傅立叶变换、FFT和IFFT计算线性卷积、IIR数字滤波器、FIR数字滤波器实验的相关资料,有源代码和仿真图
work.rar
- 信号的FFT分析 利用FFT实现两序列的线性卷积。,FFT implementation using the linear convolution of two sequences
DSP_MATLAB
- 关于数字信号处理的MATLAB例程,包括随机信号产生,线性调频Z变换,卷积-MATLAB on digital signal processing routines, including the random signal generation, chirp Z transform, convolution
matlab
- 线性卷积运算的基于MATLAB的仿真程序-Linear convolution operation of the simulation program based on MATLAB
juanji
- 线性卷积和循环卷积的matlab生成,源程序为此-Linear convolution and circular convolution matlab generate, source code
69491747MDWT
- matlab 多维小波工具箱 有线性卷积 三维的小波变换,逆变换-matlab multi-dimensional wavelet toolbox has three-dimensional linear convolution of wavelet transform, inverse transform and so on
liner_convolution
- 数字信号处理中实现线性卷积的M文件,包括重叠相加法和重叠保留法-the M documents for achieving a linear convolution in Digital signal processing, including the sum of overlap and duplication of reservation law
FFT
- 基于MATLAB平台实现利用FFT计算线性卷积-MATLAB-based platform for the realization of the linear convolution calculation using FFT
matlab
- 本文讲述的是运用matlab软件编写线性卷积和循环卷积,运行程序并得到正确结果,附上运行结果图让大家参照对比。
matlAB-ge-zhong-bian-huan
- 基于matlAB的切比雪夫、FFT频谱分析、FFT线性卷积、巴特沃斯程序代码,自己编写的-Based on The Chebychev matlAB the FFT spectrum analysis, FFT linear convolution code Butterworth own written
matlab
- 用来求解线性卷积和循环卷积两卷积相等时,循环卷积的最小长度N-Used to solve the linear convolution and cyclic convolution convolution is equal to two, the minimum length of N circular convolution
convolutionsystem-matlab-gui
- 使用matlab gui完成线性卷积和圆周卷积的动态演示系统,并且使用圆周卷积完成线性卷积,属于信号处理的基础应用-Matlab gui complete linear convolution and circular convolution dynamic presentation, and completion of the circular convolution linear convolution, are the basis of the signal processing appl
MATLAB
- 实现线性卷积和循环卷积的动画演示 具体操作看代码-Achieve circular convolution and linear convolution of animation
线性卷积编码的线形移位寄存器poly2trellis的解释
- 线性的卷积编码,基本的信道编码,可以由线性移位寄存器(即线性多项式)构成。 输出网格trellis表示由移位寄存器组成的网格装的卷积编码器,通过移位寄存器多项式生成,所以在Matlab中的函数叫做poly2trellis,也就是多项式poly-to-网格trellis,用来描述寄存器的结构方式。生成的trellis可以作为线形卷积编码函数convenc和或者其解码(如Viterbi解码函数vitdec)的输入。
xian
- 数字信号处理实验线性卷积MATLAB程序(signal linear convolution)
线性卷积matlab程序
- 数字信号处理应用中线性卷积的MATLAB程序
一维线性卷积实例
- 此matlab程序主要实现了一维线性卷积的实现,有注释,一目了然。(Achieve one-dimensional linear convolution MATLAB)
线性卷积和圆周卷积
- 圆周卷积和线性卷积的运算 分别用了MATLAB的conv函数(Linear convolution and circumferential convolution)
线性卷积的计算
- 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
MATLAB数字信号处理仿真系统(GUI)
- 本课题基于MATLAB平台的数字信号处理仿真演示系统。数字信号即离散信号,本设计带有一个丰富得GUI人机交互界面,一共包括4个部分,分别为:离散时间信号的卷积,基本函数的Z变换(单位阶跃信号,脉冲信号,斜变信号,正余弦信号,指数系列信号),Z变换的基本性质(线性,位移,z域尺度变换,时域卷积),傅里叶变换的基本性质。是一个不错的选题,GUI设计逻辑清晰,章节清晰,层次明了。(This project is based on MATLAB platform of digital signal pr