資源簡介
該程序使用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?$
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1543??2005-04-06?21:04??LDPC\128x256regular.mat
?????文件??????32952??2009-11-17?22:02??LDPC\128x256regular_v6.mat
?????文件?????122458??2005-11-10?01:26??LDPC\ber-plot.jpg
?????文件????????347??2009-11-17?22:02??LDPC\bpsk.m
?????文件??????15872??2009-11-17?22:02??LDPC\Comparison.xls
?????文件???????6656??2009-11-17?22:02??LDPC\decode_ldpc.dll
?????文件???????2701??2009-11-17?22:02??LDPC\decode_ldpc_matlab.m
?????文件??????20480??2005-12-13?10:54??LDPC\decode_ldpc_new.dll
?????文件???????5387??2009-11-30?10:57??LDPC\generic_simulator_nonsys.asv
?????文件???????5308??2009-12-03?19:10??LDPC\generic_simulator_nonsys.m
?????文件???????8386??2009-11-18?00:01??LDPC\hs_err_pid3888.log
?????文件???????2680??2005-12-17?12:41??LDPC\one_finder.m
?????文件??????13908??2009-12-03?19:10??LDPC\3x6_regular_results.txt
?????目錄??????????0??2009-11-27?15:50??LDPC
-----------?---------??----------?-----??----
???????????????238678????????????????????14
- 上一篇:matlab生成正弦波、三角波、鋸齒波并取點的程序
- 下一篇:一級倒立擺的PID控制
評論
共有 條評論