필터 지우기
필터 지우기

Display a Matlab Object

조회 수: 6 (최근 30일)
kale
kale 2023년 2월 15일
답변: Walter Roberson 2023년 2월 15일
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].

채택된 답변

Walter Roberson
Walter Roberson 2023년 2월 15일
b = barker()
Note that the output might be different each time. You can adjust the code length and the samples per frame. See the documentation for examples

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 BPSK에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by