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

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

%if true
theta = 0:360
polar(sin(theta).^2*pi/180)% sin^2(theta)

2 Comments

I plotted this, shouldn't it be "horizontally placed"?
%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 Simulation, Tuning, and Visualization in Help Center and File Exchange

Products

Release

R2020b

Asked:

on 23 Nov 2020

Commented:

on 23 Nov 2020

Community Treasure Hunt

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

Start Hunting!