資源簡介
E5 信號導航電文階梯碼構造
代碼片段和文件信息
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
- 上一篇:matlab打開las文件
- 下一篇:Libsvm數據格式互相轉換
評論
共有 條評論