⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cnv_encd.m

📁 Viterbi Algorithm & Viterbi Decoder Matlab Code.(Provided both soft & hard decision ability). Note:
💻 M
字号:
function output=cnv_encd(G,k,input)%  		cnv_encd(G,k,input)%  		determines the output sequence of a binary convolutional encoder%  		G : the generator matrix of the convolutional code%        	with n0 rows and l*k columns. Its rows are g1,g2,...,gn.%  		k :  the number of bits entering the encoder at each clock cycle.%  		input: The binary input seq.%  check to see if extra zero padding is necessaryif rem(length(input),k) > 0    % input

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -