I want to generate an 8 by 1 array, as shown below:
taper = taylorwin(5);
ha = phased.URA([5,1],'Taper',[taper]);
w = getTaper(ha)
This results in error. Why does this generate an error?
thanks

 채택된 답변

Honglei Chen
Honglei Chen 2019년 3월 15일

0 개 추천

This is a linear array, you can consider using phased.ULA to model it. phased.URA requires multiple elements in both dimensions.
HTH

추가 답변 (0개)

제품

릴리스

R2018b

태그

질문:

2019년 3월 14일

댓글:

2019년 3월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by