Display a Matlab Object
Mostra commenti meno recenti
I should generate a Barker preamble for a BPSK sequence to send and, on reception, equalise. I wrote:
barker = comm.BarkerCode('SamplesPerFrame', 10, 'Length', 11)
I should add this preamble in a frame containing 1000 BPSK symbols (already created) and then send it.
I do not understand how to use this object ... how do I display its value?
I would like to see something like this: [1 1 1 -1 -1 -1 1 -1 -1 1 -1].
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su BPSK in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!