Post Reply 
plotting functions but not for return values outside specified range
02-02-2017, 04:56 PM (This post was last modified: 02-07-2017 12:13 PM by n3mmr.)
Post: #1
plotting functions but not for return values outside specified range
I'd like to do a polar plot of the logarithm of expressions, when the logarithm can attain values down to -infinity.

I want to plot only for those values that do not reach too large negative values.

And I want to use the included polar plot app.

A typical example is

R = 40 + 20*log(0.5+0.5*cos(theta))

where I'd like to plot only those values of R that are greater than 0, I e for thetas that keeps the logarithm part above -30 or so.

(The expression shown is the polar plot of an idealised cardioid microphone, plotted in dB relative to the response at 0 degrees, and is a typical example of the plots I want to do)

Is there any way to specify limits for what values to plot, w/o writing a rather complex function encapsulation?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
plotting functions but not for return values outside specified range - n3mmr - 02-02-2017 04:56 PM



User(s) browsing this thread: 1 Guest(s)