搜索资源列表
Convolutional-code-codec-matlab
- 卷积码(2,1,3)编译码matlab程序,简单易懂-Convolutional code (2,1,3) codec matlab
conv_codeM
- 自己写的卷积编码MATLAB程序,已将验证过了,没问题,可以用的哈!-Wrote it myself, convolutional coding MATLAB program has been verified, and no problem, you can use Ha!
Viterb
- viterb算法是卷积码中重要的一种译码算法,程序中用MATLAB实现了VITERB的译码算法,并且写了信道编码程序和二进制码通过以p概率错误的信道程序-viterb algorithm is important as a convolutional code decoding algorithm, the program using MATLAB to achieve a VITERB the decoding algorithm, and wrote letters Road, binary
H
- 全速率语音突发的的发送端总程序,其中包括预编码,卷积编码,交织,调制等步骤的matlab程序,内付详细说明文档-Matlab program, which pay full rate speech sudden sender program, including pre-coding, convolutional coding, interleaving, modulation step detailed documentation
matlab-cov
- 卷积编译码程序,较简单,经试验可以,欢迎大家指正-Convolution decoding procedure is relatively simple, the test may be, we welcome correction
MATLAB-for-convolution-integral
- 这是有关卷积积分的matlab程序介绍,做仿真实验前希望认真读懂。-This is the convolution integral of the matlab program, do the simulation experiments before that carefully read.
matlab
- MATLAB是一套功能十分强大的工程计算及数据分析软件,具有友好的可视化编程界面及接近数学表达式的自然化语言。针对信号与系统中傅里叶变换具有抽象度高、难于理解的特点,利用MATLAB强大的信号处理功能、阶跃响应,微分方程,卷积定理的内容,通过MATLAB 程序实现。本文介绍了MATLAB在信号与系统仿真中的应用,该软件在通信电子类课程中应用越来越广泛,通过几个典型实例来重点研究。 关键词:MATLAB;阶跃响应;微分方程;卷积;信号与系统;仿真 -MATLAB is a very power
signal_procesing
- 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir滤波器窗函数wn idealfilter 理想滤波器(低通,高通,带通)hdn
signal_procesing2014
- 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir滤波器窗函数wn idealfilter 理想滤波器(低通,高通,带通)hdn
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
7562
- 意信号卷积的运算,并且绘制图象,到达过程是的泊松过程,这是一个好用的频偏估计算法的matlab仿真程序。- Convolution operation is intended to signal and image rendering, Arrival process is a Poisson process, This is a useful frequency estimation algorithm matlab simulation program.
一维线性卷积实例
- 此matlab程序主要实现了一维线性卷积的实现,有注释,一目了然。(Achieve one-dimensional linear convolution MATLAB)
卷积码编译码器的设计与仿真
- 卷积码编译码器的设计与仿真,其中包含编码器译码器的实现程序,以及误码率的曲线图
CNN代码解析-matlab工具箱
- 卷积神经网络CNN的代码解析文档,可以辅助了解CNN的MATLAB程序实现过程