搜索资源列表
enhancement
- 可以了解图象插值方面的知识,包括线性插植, 非线性插值,bicubic插值,三次立方卷积
wanghua_20064494930-0
- 差错控制编码 ppt 引言 纠错编码的基本原理 常用的简单编码 线性分组码 循环码 卷积码 -error control coding ppt
shiyan4
- 编程实现任意两个输入序列a,b的线性卷积-Programming any two input sequences a, b of the linear convolution
xljjyxgys
- 这是PPT格式文件,文件中讲述了CCS中实现现行卷积及线性相关运算。-This is a PPT format, file tells CCS to achieve current and linear convolution operation.
Digital-Signal-Report
- 这个是我数字信号处理这门课的课程设计,文件包括用matlab编写的代码和设计报告.这个设计包括卷积演示程序、采样定理演示程序、模拟滤波器设计演示程序、设计切比雪夫I型低通滤波器、切比雪夫I型低通滤波器、双线性变换法设计巴特沃斯低通数字滤波器、用凯塞窗设计高通滤波器-This is my digital signal processing the course of the curriculum design, preparation of documents including the use
2
- 线性卷积和循环卷积在工程上的应用亦非常广泛,在Matlab软件处理下,实现任意两个序列的线性和循环卷积对于工程上的辅助是相当重要的,程序为读者提供了线性卷积和循环卷积的matlab编码。-Linear convolution in engineering application is very extensive, in MATLAB software, to achieve any two sequences of linear and circular convolution support
Cubic-convolution-interpolationfor
- 关于数字图像的三次卷积插值,比三次样条,线性插值等更加有效-Cubic convolution interpolationfor digital image processing,it can be shown that the order of accuracy of the cubic convolution method is between that of linear interpolation and thaotf cubic splines.
线性卷积编码的线形移位寄存器poly2trellis的解释
- 线性的卷积编码,基本的信道编码,可以由线性移位寄存器(即线性多项式)构成。 输出网格trellis表示由移位寄存器组成的网格装的卷积编码器,通过移位寄存器多项式生成,所以在Matlab中的函数叫做poly2trellis,也就是多项式poly-to-网格trellis,用来描述寄存器的结构方式。生成的trellis可以作为线形卷积编码函数convenc和或者其解码(如Viterbi解码函数vitdec)的输入。
wbrci
- 插值与拟合的matlab实现,雅克比迭代求解线性方程组课设,意信号卷积的运算,并且绘制图象。- Interpolation and fitting matlab implementation, Jacobi iteration for solving linear equations class-based, Convolution operation is intended to signal and image rendering.
一维线性卷积实例
- 此matlab程序主要实现了一维线性卷积的实现,有注释,一目了然。(Achieve one-dimensional linear convolution MATLAB)