資源簡介
這是一個用c語言和Matlab實現的LDPC碼,很好用!

代碼片段和文件信息
function?[waveform]=bpsk(bitseq)
%???maps?binary?0?to?-1?(and?1?to?+1?the?function?actually?does?not?do
%???this??as?these?values?are?already?at?(+)1??)
waveform=ones(1length(bitseq));
waveform(find(bitseq==0))=-1;
%???Copyright?(c)?2005?by?Shaikh?Faisal?Zaheer?faisal.zaheer@gmail.com
%???$Revision:?1.0?$??$Date:?10/11/2005?$
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4761??2005-03-24?12:54??decodeutil.h
?????文件???????4852??2005-12-13?10:35??decodeutil_new.h
?????文件???????5191??2007-03-25?19:43??generic_simulator_nonsys.m
?????文件???????2680??2005-12-17?12:41??one_finder.m
?????文件???????9292??2007-03-25?23:49??128x256_regular_results.txt
?????文件???????1543??2005-04-06?21:04??128x256regular.mat
?????文件??????32952??2005-12-11?06:32??128x256regular_v6.mat
?????文件?????122458??2005-11-10?01:26??ber-plot.jpg
?????文件????????347??2005-11-10?00:20??bpsk.m
?????文件??????15872??2005-12-26?09:29??Comparison.xls
?????文件???????4769??2005-11-10?00:27??decode_ldpc.cpp
?????文件???????6656??2005-11-10?00:52??decode_ldpc.dll
?????文件???????2701??2005-12-11?03:39??decode_ldpc_matlab.m
?????文件???????9231??2005-12-13?10:42??decode_ldpc_new.cpp
?????文件??????20480??2005-12-13?10:54??decode_ldpc_new.dll
-----------?---------??----------?-----??----
???????????????244003????????????????????16
評論
共有 條評論