How to combine two waveforms?

조회 수: 11 (최근 30일)
Hassan hajj
Hassan hajj 2018년 4월 29일
댓글: Jan 2018년 4월 30일
waveform = phased.SteppedFMWaveform('SampleRate',50e6,...
'PulseWidth',0.04e-6,'PRF',100e3,...
'NumSteps',5,'NumPulses',5);
sPCW = phased.PhaseCodedWaveform('SampleRate',50e6,'Code','Barker',...
'ChipWidth',0.04e-6,'NumChips',13,'PRF',100e3,...
'OutputFormat','Pulses','NumPulses',5);
These are the two waveforms. Any idea how to combine them?
  댓글 수: 1
Jan
Jan 2018년 4월 30일
"Combine" can mean a variety of things. Please explain, what you exactly want.

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by