Friday, October 15, 2010

Smoothstep function

We have smooth step function in almost all application here is an example how to write a smoothstep function manualy

smoothstep = x*x – sin(x)

here is a graphical representation for smoothstep graph and python code




No comments:

Post a Comment