搜索资源列表
卷积计算
- 用MATLAB做数字信号处理之中的卷积程序及结果-MATLAB do digital signal processed by convolution process and the results
卷积码编码程序
- 基于MATLAB的卷积码编码程序模块。适用于初学者看。比较基础
卷积码
- 卷积码程序
卷积计算
- 用MATLAB做数字信号处理之中的卷积程序及结果-MATLAB do digital signal processed by convolution process and the results
利用FFT和IFFT计算线性卷积
- 利用循环卷积和线性卷积之间的关系,用FFT和IFFT的现有程序实现信号线性卷积快速实现-cyclic and linear convolution convolution of the relationship between FFT and IFFT with the existing procedures of linear convolution signal Fast
最常用的卷积码的维特比C程序viterbi-3.0.1.tar
- 维特比译码的C程序,专门用于卷积码的解码!希望对大家有所帮助!-Viterbi decoding C program devoted to convolutional code decoder! We want to help!
juanjimabiancheng
- matlab卷积码编译程序,有详细的中文注释,希望对你有所帮助。-Matlab convolutional code compiler, the Chinese have detailed notes, and I hope to help you.
Viterbi_Algorithm
- 卷积码的Viterbi译码算法仿真程序 要求:递归卷积码,归零处理-Convolutional Codes Viterbi decoding algorithm simulation program requirements : recursive convolutional codes and zeroing treatment
matlab
- 用matlab写的一个验证卷积定理的程序,即时域的卷积对应着频域的乘积。-using Matlab write a convolution theorem certification procedures, the immediate domain convolution corresponds to the frequency domain product.
conv_enc_vertebi_dec
- 给出了(2,1,3)卷积编码和维特比译码的源程序-Given (2,1,3) convolutional coding and Viterbi decoding of the source
viterbi1
- 基于matlab的卷积码编码译码程序,内附说明文档-Matlab-based decoding of the convolutional code encoding process, enclosing the documentation
cov
- 生成卷积码的matlab仿真程序及其说明文档-err
my_convecd
- 卷积编码的matlab的S函数程序,对使用simulink者有很大帮助,程序已验证.-Convolutional coding of the S function matlab procedures on the use of simulink who have great help, the program has been verified.
conv
- 数字信号处理中的卷积程序,通过显示列表很清楚的显示卷积结果,而且精度较高-Digital signal processing in the convolution process, through the display list is very clear display of convolution results and higher accuracy
conv_encoder
- 卷积码编码仿真程序,编码速率为1/2;在Matlab环境下仿真,适用于初学者。-Convolutional code simulation program coding, coding rate of 1/2 in the Matlab simulation environment for beginners.
一维线性卷积实例
- 此matlab程序主要实现了一维线性卷积的实现,有注释,一目了然。(Achieve one-dimensional linear convolution MATLAB)
labview信道编解码(重复码与卷积码)
- 用LabVIEW编写的重复码,卷积码的程序(A program of repeating code, convolutional code, written in LabVIEW)
卷积码+Viterbi Decoder
- 用matlab m语言书写的归零卷积码的编码和译码程序(Convolutional code encoding and decoding procedures in matlab)
卷积神经网络CNN代码解析-matlab
- 卷积神经网络CNN的代码解析文档,可以辅助了解CNN的MATLAB程序实现过程(CNN code analysis document of convolution neural network)
线性卷积的计算
- 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