資源簡介
此程序對DVB_T系統進行了較完整的仿真,相信能夠很好地幫助初學者,為大家做個向導

代碼片段和文件信息
%%?channel_model?Simulates?a?transmission?channel.
%%
%%???y?=?channel_model(x)?transmits?a?complex?data?vector?with?values?in
%%???the?range?of?-1:1?over?a?simulated?transmission?channel.
%%???The?trivial?channel?model?is?implemented
%%???i.e.?the?transmission?function?is?identity.
function?data_channel_out?=?channel_model?(data_channel_in)
??%?Perform?actions
??%data_channel_out?=?data_channel_in;
??%for?t?=?280/2560:?280/2560:?2560
?????%?data_in(t)?=?data_channel_in;
??data_channel_out?=?awgn(data_channel_in?50‘measured‘);
%?Add?white?Gaussian?noise.
%c?=?rayleighchan(1/10000100);
%data_channel_out?=?filter(cdata_channel_in);?%?Pass?signal?through?channel.
?%?Display?all?properties?of?the?channel?object.
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????120??2004-01-14?19:17??workDVB\.octaverc
?????文件?????239512??2006-08-31?15:48??workDVB\1274p.ts
?????文件?????348160??2003-05-07?21:44??workDVB\5-superfr
?????文件?????239512??2006-08-31?15:48??workDVB\5-superfr
?????文件???????7896??2003-05-07?21:44??workDVB\5-superfr
?????文件??????????0??2007-06-14?21:17??workDVB\channel.dump
?????文件????????731??2007-06-12?15:09??workDVB\channel_model.m
?????文件????????255??2007-04-11?21:34??workDVB\config.m
?????文件????????625??2003-05-07?21:03??workDVB\contents.m
?????文件??????????0??2007-06-14?21:17??workDVB\convolutional_decode.dump
?????文件????????234??2007-05-11?13:25??workDVB\convolutional_decode.m
?????文件??????????0??2007-06-14?21:17??workDVB\convolutional_encode.dump
?????文件????????260??2007-05-10?15:42??workDVB\convolutional_encode.m
?????文件???????2625??2007-05-10?16:35??workDVB\convolutional_tb.m
?????文件???????1464??2007-04-15?16:25??workDVB\conv_encoder.m
?????文件???????1477??2007-04-23?11:20??workDVB\conv_tbyy.m
?????文件??????????0??2007-06-14?21:17??workDVB\demap.dump
?????文件????????962??2007-05-11?22:33??workDVB\demap.m
?????文件??????????0??2007-06-14?21:17??workDVB\depuncturing.dump
?????文件????????326??2007-05-11?14:55??workDVB\depuncturing.m
?????文件??????????0??2007-06-14?21:17??workDVB\descramble.dump
?????文件???????1377??2007-06-01?13:57??workDVB\descramble.m
?????文件????????659??2007-06-11?16:42??workDVB\digital_frontend.m
?????文件?????450560??2007-01-19?17:56??workDVB\dump\channel.dump
?????文件?????177408??2007-01-19?17:56??workDVB\dump\convolutional_decode.dump
?????文件?????177408??2007-01-19?17:56??workDVB\dump\convolutional_encode.dump
?????文件?????266112??2007-01-19?17:56??workDVB\dump\demap.dump
?????文件?????133056??2007-01-19?17:56??workDVB\dump\depuncturing.dump
?????文件??????10152??2007-01-19?17:56??workDVB\dump\descramble.dump
?????文件?????133056??2007-01-19?17:56??workDVB\dump\inner_deinterleave.dump
............此處省略117個文件信息
評論
共有 條評論