資源簡介
二相編碼調制脈沖壓縮信號仿真,采用巴克碼。Binar yphase coded pulse
代碼片段和文件信息
%%%%%%%%%%%%%%?????Barker?code??????%%%%%%%%%%%%%%%
clear?all;
Barker_order=7;??%?order?of?barker?code
B1=barker(Barker_order)???%?Barker?code?generating?by?barker?function
Bb?=?xcorr(B1);????%Barker?code?autocorrelation??
plot(Bb);
grid?on;
axis?tight;
title(‘Barker?code?autocorrelation‘);?
%%%%%%%%%%%%%%?????Binaryphase?coded?pulse??????%%%%%%%%%%%%%%%
samples=1000;??%?numer?of?samples?in?one?sub_pulse
t=1:samples;
sub_pulse=sin(2*pi*t/samples);
plot?(sub_pulse);
pulse=zeros
- 上一篇:SVPWM仿真模型
- 下一篇:遺傳算法小波神經網絡
評論
共有 條評論