当前位置:
首页
资源下载

搜索资源 - discrete convolution
搜索资源列表
-
1下载:
我上硕士时完成的第一个作业!!! 可以显示两个离散的数据,然后完成它们之间的卷积运算,并显示!绝对原创-I completed a master's degree on the first operation! ! ! Be able to show two discrete data, They then completed the convolution between the operator and show! Absolute originality
-
-
0下载:
A light implementation of a discrete convolution procedure using either the Laplacian or Identity kernel. You need the source image convolution-input.ppm. The result is convolution-result.ppm. -implementation of a discrete convo lution procedure usin
-
-
0下载:
几个Matlab编程示例,其中包括:单位抽样序列、复正弦序列、离散系统的差分方程、冲激响应和卷积分析、离散系统的频率响应分析和零、极点分布、基于Matlab的数字滤波器设计和FFT算法的应用等。,Some Matlab programming examples, including: random sequence of units, rehabilitation Sine sequences, discrete-time systems of differential equations, i
-
-
0下载:
紧支撑小波基的构造。
以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像.
void Convolution(double* pShortData, int nShort, double* pLongData, int nLong)
int CalcScaleFunction(double* pOutData)
int CalcWaveletFunction(double* pOutData)
Convolution()不是通用的离散卷积代码,而
-
-
0下载:
离散卷积
离散卷积用于离散信号中,次程序是用MATLAB编写的-Discrete convolution of discrete convolution for discrete signals, sub-process is prepared using MATLAB
-
-
0下载:
完成对bmp图像的离散卷积和相关。在vc6.0环境下开发的。-the discrete convolution and correlation of bmpfile
-
-
0下载:
该代码仅计算了一个101×101尺寸的Gabor函数变换,得到均值和方差。代码采用两种卷积计算方式,从结果中可以看出,快速傅立叶变换卷积的效率是离散二维叠加和卷积的近50倍。
-The code is only the calculation of a 101 × 101 size Gabor function transformation, the mean and variance. Convolutional code using two methods of calculation
-
-
0下载:
实现离散卷积的一个小程序,希望对有需要的人有所帮助。-Discrete convolution to achieve a small program, I hope those who are in need of help.
-
-
0下载:
离散卷积计算
实验步骤:
主界面下进入实验五的“离散卷积计算”子实验,
输入有限长序列 x(n)
输入有限长序列 h(n)
鼠标单击确定按钮,以数值和图形两种方式显示卷积结果 -Discrete convolution calculation of the experimental steps: the main interface into the experiment five " convolution calculation of discrete&quo
-
-
0下载:
Fast algorithm for convolution of two discrete signals in Matlab
-
-
0下载:
Implement discrete convolution sum in C
-
-
0下载:
离散卷积的MATLAB实现MATLAB realization of discrete convolution of the-MATLAB realization of discrete convolution of the
-
-
0下载:
离散卷积计算
实验步骤:
主界面下进入实验五的“离散卷积计算”子实验,
1) 输入有限长序列 x(n)
2) 输入有限长序列 h(n)
3) 鼠标单击确定按钮,以数值和图形两种方式显示卷积结果
4) 实验程序:
-Discrete convolution calculation
Experimental steps:
Five main interface into the experiment a "discrete convolution
-
-
0下载:
离散卷积计算
实验步骤:
主界面下进入实验五的“离散卷积计算”子实验,
1) 输入有限长序列 x(n)
2) 输入有限长序列 h(n)
3) 鼠标单击确定按钮,以数值和图形两种方式显示卷积结果
4) 实验程序:
-Discrete convolution calculation
Experimental steps:
Five main interface into the experiment a "discrete convolution
-
-
0下载:
实现离散卷积的源代码 里面集成了可运行的全部代码-Discrete convolution code realization
-
-
0下载:
生物医学信号处理是以数字信号处理为基础的离散信号及
离散系统的研究,因此.其预算过程基本上都是卷积或者相关预
算。在MATLAB中可以很容易实现这种运算。-Biomedical signal processing is based on digital signal processing discrete signals and discrete systems research, therefore. The budget process is basically the convol
-
-
0下载:
circular convolution is one of the property of discrete fourier transforms. This circular convolution is simply a liner convolution of the periodic extensions of the finite sequences being convolved. Here matlab M file is written for this circular co
-
-
0下载:
使用matlab实现卷积的运算,学习MATLAB语言的编程方法及熟悉MATLAB指令;深刻理解卷积运算,利用离散卷积实现连续卷积运算;
-Use matlab convolution operation, learn matlab language programming method and familiar with matlab instructions Understanding the convolution operation, use discrete convolution
-
-
0下载:
这是一个计算二维离散卷积的小程序,计算的是两个矩阵的卷积。-This is a two-dimensional discrete convolution calculation small program that calculates the convolution of two matrices.
-
-
0下载:
根据卷积定理,通过移位相加求和的方式计算离散序列的卷积-According to the convolution theorem, summed calculated by shifting the sequence of discrete convolution
-