08-17-2011 05:10 PM
08-17-2011 10:27 PM
What do you mean by simulating hysteresis?
What does it have to do with a sing (sgn()) function, and where do you even see that?
Please post a LabVIEW VI that shows us what you are trying to do.
08-18-2011 12:29 AM
I think you should start by having an equation you want to simulate then it'll be easier to help you.
For example if we have f(x)=sin(x), it's possible to simulate what different scalar multiplication and phase/time parameters will do to the equation, i.e. it can be transformed to f(x)=A*sin(x+t*phi) where we'll simulate it for various values of t, A, and phi.
09-01-2011 05:10 PM
09-01-2011 08:39 PM
So what you are wanting is a dual-threshold. If you think about it logically, you want the input to go to a lower reference when the output goes low and vice versa. Is this correct? Why do you need hysteresis with software? What exactly are you trying to do? You can certainly do it using shift registers or a feedback node to provide the feedback, but I'm just wondering what the purpose is.
09-13-2011 08:40 PM
09-14-2011 07:12 AM
@HardySpicer wrote:
@ON Sep 2, 9:54 am, HardySpicer <gyansor...@gmail.com> wrote:
I'm simulating a system with hysteresis.
What? A few more specifics would be good. Can you post a VI?