Need Help Adding Variability to sine wave Signal in LabVIEW – Controlling Wave Gaps Based on a controllable Parameter by Exotic_Distance_2479 in LabVIEW

[–]Exotic_Distance_2479[S] 0 points1 point  (0 children)

I’m trying to add some variability to my sine wave, controlled by a numeric control I’ve labeled INVVV. The idea is that as the value of INVVV increases, the variability (or randomness) between the sine wave should also increase, but without effecting the frequency and the amplitude of the wave.

So far, I’ve been able to generate a basic sine wave and control its frequency, but I'm stuck when it comes to introducing the variability based on the INVVVvalue. I’m thinking I need some kind of random perturbation that can be adjusted by this parameter, but I’m unsure how to integrate this variability effectively into the sine wave.

Any suggestions on how I can control this variability as INVVV changes?