phased.URA 8 by 1 array

3 visualizaciones (últimos 30 días)
Samson Million
Samson Million el 14 de Mzo. de 2019
Comentada: Samson Million el 15 de Mzo. de 2019
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

Respuesta aceptada

Honglei Chen
Honglei Chen el 15 de Mzo. de 2019
This is a linear array, you can consider using phased.ULA to model it. phased.URA requires multiple elements in both dimensions.
HTH

Más respuestas (0)

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by