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

10 ビュー (過去 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 Center および File ExchangeAudio 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