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

7 views (last 30 days)
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!

Accepted Answer

VBBV
VBBV on 23 Nov 2020
Edited: VBBV on 23 Nov 2020
%if true
theta = 0:360
polar(sin(theta).^2*pi/180)% sin^2(theta)
  2 Comments
VBBV
VBBV on 23 Nov 2020
%if true
theta = 0:360
polar(theta,sin(theta).^2*pi/180)% sin^2(theta)
view([90 -90])
View function to change its orientation

Sign in to comment.

More Answers (0)

Categories

Find more on Acoustics, Noise and Vibration in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!