Looking for a function

jedidia

shoemaker without legs
Addon Developer
Joined
Mar 19, 2008
Messages
11,319
Reaction score
2,789
Points
203
Location
between the planets
I'm looking for a curve that's roughly shaped like this:
curve.jpg

Sigmoid alone won't do the trick because I need two bends in the same direction (and also lying on its side, but that part would probably be doable). I'm trying to concoct something together, but I suck at this stuff...
 
Wouldn't a combination of a linear function and a sine work there? Otherwise, if you just need to fit it to some data points, what about using a bezier curve?
 
maybe there are simpler 2D programs
 
@asbjos, I might be calling you next time I need an equation for a RF gain polar.
 
Back
Top