搜索资源列表
卷积码MATLAB源程序
- 卷积码编码和viterbi译码MATLAB源程序
卷积码编码程序
- 基于MATLAB的卷积码编码程序模块。适用于初学者看。比较基础
(2,1,3)卷积码编解码
- (2,1,3)卷积码编解码,viterbi译码
卷积码
- 基于matlab的卷积码实现
MATLAB的4PSK,卷积,余弦滚降,眼图,信道估计仿真
- MATLAB的4PSK,卷积,余弦滚降,眼图,信道估计仿真
卷积码
- 卷积码程序
傅里叶变换以及频率域卷积
- C++语言实现傅里叶变换以及频率域卷积
junji.计算一维和二维卷积
- 计算一维和二维卷积,基本可以替代Matlab中的conv和conv2函数,程序很方便就可以移植成C语言..,Calculation of one-dimensional and two-dimensional convolution, the basic alternative to Matlab' s conv and conv2 function, the procedure can be easily transplanted into a C language ..
rs_cnv.由RS码、卷积码构成的级联码
- 由RS码、卷积码构成的级联码,结合交织技术,用于信道编码,RS code and convolution code, combine with interleaving, use for channel coding.
卷积码仿真
- 仿真802.11e标准下的卷积码编译码,并基于BPSK仿真系统进行基带仿真
图像卷积代码
- 用c语言,最简洁的方法实现了图像卷积操作
线性卷积编码的线形移位寄存器poly2trellis的解释
- 线性的卷积编码,基本的信道编码,可以由线性移位寄存器(即线性多项式)构成。 输出网格trellis表示由移位寄存器组成的网格装的卷积编码器,通过移位寄存器多项式生成,所以在Matlab中的函数叫做poly2trellis,也就是多项式poly-to-网格trellis,用来描述寄存器的结构方式。生成的trellis可以作为线形卷积编码函数convenc和或者其解码(如Viterbi解码函数vitdec)的输入。
(2,1,3)卷积编码和viterbi译码
- 自己写的(2,1,3)卷积编码器和viterbi译码,测试已通过
卷积码编译
- 通过matlab软件对卷积码的编译码实现及其仿真(Implementation of convolutional codes)
卷积交织器解交织器设计
- 交织技术通常分为分组交织和卷积交织。分组交织过程是数据先按行写入,再按列读出;解交织过程是数据先按列写入,再按行读出。其特点是结构简单,但数据延时时间长,而且所需的存储器比较大。(Interleaving techniques are usually divided into packet interleaving and convolution interleaving. Packet interleaving process is the first data written by row,
实验四 重叠保留卷积
- 卷积:用重叠保留对hn和xn进行快速卷积运算,并包含一个子函数,对主要步骤的说明(conv I have use convolution operation to canlculate,this function conclude definite function)
三维卷积代码
- 直接对视频进行三维卷积,可以得到三维的特征,进行视频处理(The 3D feature of the video can be obtained by three-dimensional convolution)
二维图像卷积代码
- 提取二维卷积特征,需要先对视频进行分帧,然后再对视频帧进行二维卷积(To extract two-dimensional convolution features, we need to segment the video first, and then two-dimensional convolution of the video frame)
卷积神经网络CNN从入门到精通
- 机器学习所要用到的卷积神经网络CNN从入门到精通(Convolution neural network CNN from entry to mastery)
卷积
- 可以进行卷积计算,进行二维卷积计算,快速计算 图像处理可用 卷积神经网络(Convolution calculation can be carried out, two-dimensional convolution calculation, fast calculation Convolution neural network for image processing)