Directivity function (polar pattern) of acoustic dipole in closed form?

조회 수: 2 (최근 30일)
Davide Mori
Davide Mori 2020년 11월 23일
댓글: VBBV 2020년 11월 23일
Is there a closed form formula by which I can describe the polar pattern (directivity function) of an acoustic dipole source? Like a formula which depends on the angle theta? Thank you!

채택된 답변

VBBV
VBBV 2020년 11월 23일
편집: VBBV 2020년 11월 23일
%if true
theta = 0:360
polar(sin(theta).^2*pi/180)% sin^2(theta)
  댓글 수: 2
Davide Mori
Davide Mori 2020년 11월 23일
I plotted this, shouldn't it be "horizontally placed"?
VBBV
VBBV 2020년 11월 23일
%if true
theta = 0:360
polar(theta,sin(theta).^2*pi/180)% sin^2(theta)
view([90 -90])
View function to change its orientation

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by