資源簡介
E5 信號導(dǎo)航電文階梯碼構(gòu)造
代碼片段和文件信息
function?[Xfreq]=shcenteredFFT(xFs)
%?this?is?a?custom?function?that?helps?in?plotting?the?autocorrelation?two-sided
%?spectrum
%?x?is?the?signal?that?is?to?be?transformed
%?Fs?is?the?sampling?rate
N=length(x);
%?frequency?axis
if?mod(N2)==0
k=-N/2:N/2-1;?%?N?even
else
評論
共有 條評論