搜索资源列表
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 ..
MAP. Matlab程序实现了MAP算法-最大后验概率算法
- 这个Matlab程序实现了MAP算法-最大后验概率算法,同时包括对算法有:卷积编码、卷积解码,BPSK,AWGN。同时绘制它的误码率和SNR(信噪比)。,The Matlab program achieved a MAP algorithm- maximum a posteriori probability algorithm, at the same time including the algorithm are: convolutional coding, convolution deco
ica
- 可以分离语音的独立分量分析程序 可以实现瞬时和卷积混合的分离 相当好用-ica_f.m bsepf2 is the main program and it needs correlation.m decorrelation.m permutation.m sepfilter.m. You also need to visit ftp://sig.enst.fr/pub/jfc/Algo/Joint_Diag/ and get a matlab
信道编码的matlab程序,CRC校验码,RS码,卷积码
- 信道编码的matlab程序,CRC校验码,RS码,卷积码,turbo码,TCM码-Matlab program channel coding, CRC check code, RS code, convolutional codes, turbo codes, TCM code
Convolutional--algorithms
- 卷积码编译码matlab实现,译码采用viterbi译码,并且右边验证误码率的程序,本人毕业论文,高分通过,因为网上不少程序有误,特此上传,供大家参考学习。-Convolutional code encoding and decoding matlab implementation, decoding using viterbi decoding and bit error rate of the right of verification procedures, I thesis, score
cnv_encd
- 这个是卷积编码程序的m文件, 已经调通!并加上了注释。-This is a convolutional coding process m-files have been transferred Pass! And add a comment.
convolution
- 利用此程序,可以计算出两离散序列的线性卷积和循环卷积。-calculating the linear_convolution and circular_convolution of two scattered data.
dit_fft
- 本程序包括:DFT(离散傅里叶变换),FFT(快速傅里叶变换),IFFT(快速傅里叶逆变换),conv(卷积:圆周卷积、线性卷积),主要应用于信号处理,既可以对实序列做上述操作,也可以对复序列。-This process includes: DFT (Discrete Fourier Transform), FFT (fast Fourier transform), IFFT (inverse fast Fourier transform), conv (convolution: circula
work
- 包含DVB-T标准中的内交织,内编码,卷积交织,和基4FFT 1024。所有程序为MATLAB实现,特别推荐FFT旋转因子求法。-Includes DVB-T standard within intertwined, with coding, Convolutional Interleaver, and base 4FFT 1024. MATLAB realization of all the procedures, in particular, recommended rotating fac
conv_encoder
- 卷积码编码仿真程序,编码速率为1/2;在Matlab环境下仿真,适用于初学者。-Convolutional code simulation program coding, coding rate of 1/2 in the Matlab simulation environment for beginners.
ConvolutionalCode_Phase1
- 卷积码(对数据流)编码解码,并分析结果。附带打孔程序段。-Convolutional code encoding and decoding
covcod-viterbidec_matlab
- 卷积编码和viterbi译码程序,绝对可用,完全中文注释-none
juanjima
- 该文件内含有程序和详细的程序解读,从不同的角度完成统一任务:卷积编码-The document contains the procedures and detailed procedures for reading from a different point of view the fulfillment of the tasks: convolutional coding
viterbi
- 这些是卷积译码程序m文件,其中viterbi.m为卷积译码程序,其余的m文件为viterbi.m中用到的子函数。均已调通,并加上注释!-These are the convolutional decoding process m paper viterbi.m for the convolutional decoding process, the rest of the m file viterbi.m used in subroutine. Have been transferred pass
procedure_orgit
- 卷积码仿真程序,matlab仿真,得到误码率曲线,在不同码率和生成码字下对应不同的纠错能力,反应在误码率曲线上-Convolutional code simulation program, matlab simulation, bit error rate curves obtained at different bit rate and generate the next code word corresponding to different error correction capabil
Inderterminacyprogram
- 频谱中无需考虑排序问题的盲卷积混响分离模型程序。-Spectrum without the need to consider scheduling model for blind separation of convolution reverb program.
xiangmu
- 这些文件夹里面包含着卷积码、调制、加高斯白噪声的程序、多径衰落径道的程序。。对那些初学者是很有帮助的-The folder contains a convolutional coding, modulation, plus Gaussian white noise process, multi-path channel fading process. . Is very helpful for those beginners. . .
MATLAB
- 卷积码编码译码MATLAB仿真程序,比较详细的源代码-Convolutional coding and decoding MATLAB simulation program
线性卷积matlab程序
- 数字信号处理应用中线性卷积的MATLAB程序
线性卷积的计算
- 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 y (I) = x (m) * H (n), draw t