-
大小: 71KB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2021-05-24
- 語(yǔ)言: Matlab
- 標(biāo)簽:
資源簡(jiǎn)介
該程序使用MATLAB實(shí)現(xiàn)了ldpc的對(duì)數(shù)域的譯碼算法。非常有用,嘎嘎

代碼片段和文件信息
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?$
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????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
評(píng)論
共有 條評(píng)論