代码搜索:维特比卷积译码

找到约 5,845 项符合「维特比卷积译码」的源代码

代码结果 5,845
www.eeworm.com/read/295161/8182655

txt readme.txt

卷积码的译码采用软判决Viterbi译码算法
www.eeworm.com/read/393165/8307707

txt readme.txt

基于matlab的(2,1,7)卷积编码的实现,加上了AWGN白噪声,并且进行了译码和误码判决
www.eeworm.com/read/382390/9032354

doc 卷积.doc

www.eeworm.com/read/463371/7182750

txt 卷积.txt

function y=conv(x,h) nx=length(x); nh=length(h); for n1=1:nx+nh-1; sum=0; for m1=1:nh; t=n1-m1; if(t>0&t
www.eeworm.com/read/155014/11906411

txt 卷积.txt

#include "graphics.h" #include "conio.h" #include "math.h" #include "stdio.h" #define E 100 #define N 640 void jianto(int x,int y,int drection) { if(drection==0) { line(x,y,x-5,y-5);