I am trying to compute the cross-ambiguity between a radar pulse waveform and received radar data using afmag = ambgfun(x,y,Fs,PRF). The web documentation (https://www.mathworks.com/help/phased/ref/ambgfun.html) says this should work, but the online docs in my Linux R2016a installation contradict this. All examples there include only one input signal vector, and the ambgfun(x,y,Fs,PRF) syntax does not work (I get the error "Expected Fs to be a scalar.") I have been unable to find another built-in function that will compute the cross-ambiguity. Is there one? (The inclusion of that case in the online docs suggests to me that there should be.)

 채택된 답변

Honglei Chen
Honglei Chen 2016년 11월 1일

0 개 추천

Although ambgfun function has been available since v1, the cross ambiguity function capability is added in R2016b. That's why you cannot get it to work in R2016a. You can refer to the release notes to see when certain capabilities are added to the toolbox.
HTH

추가 답변 (1개)

Robert Sparr
Robert Sparr 2016년 11월 1일

0 개 추천

Thanks, that resolves my question.

카테고리

질문:

2016년 11월 1일

답변:

2016년 11월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by