0,1のバーカー符号の生成
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
-1,1のバーカー符号を0,1のバーカー符号にする、または0,1のバーカー符号を作るにはどうすればいいですか?
0 Kommentare
Antworten (1)
takemoto
am 24 Okt. 2022
上記例題の、Bipolar to Unipolar Converterブロックが、それに相当する処理を行っている様に見受けられます。スクリプトであれば、以下の様な処理でいかがでしょうか?
barker = comm.BarkerCode('SamplesPerFrame',10)
seq1 = barker()
seq2 = (seq1+1)/2
0 Kommentare
Siehe auch
Kategorien
Mehr zu Signal Integrity Kits for Industry Standards finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!