필터 지우기
필터 지우기

How to modify this code from MATHWORKS website?

조회 수: 2 (최근 30일)
Basmah Ahmad
Basmah Ahmad 2024년 2월 13일
I am trying to simulate the following code from mathworks.com:
But not with fmcw waveform. I want to simulate this with the following waveform as altimeter waveform.
h = phased.PhaseCodedWaveform;
h.SampleRate = 100000000;
h.Code = 'Barker';
h.ChipWidth = 2e-08;
h.NumChips = 13;
h.PRF = 50000;
h.NumPulses = 1;
But i don't understand how to modify the whole code and other parameters according to this waveform

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by