91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2.27MB
    文件類型: .rar
    金幣: 2
    下載: 1 次
    發布日期: 2023-09-21
  • 語言: Matlab
  • 標簽: DVB程序??

資源簡介

此程序對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-superframes\10_IFFT.ref

?????文件?????239512??2006-08-31?15:48??workDVB\5-superframes\1274p.ts

?????文件???????7896??2003-05-07?21:44??workDVB\5-superframes\test.ts

?????文件??????????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個文件信息

評論

共有 條評論

相關資源