Yep:

       private void btnImpulse_Click(object sender, System.EventArgs e)
       {
           for(int i=0; i<(int)udImpulseNum.Value; i++)
           {
               console.hw.Impulse();
               Thread.Sleep(45);
           }
       }

Nothing special or fancy.  Fire, wait, fire, wait.


richard allen wrote:

Looks like there is about 50 ms between them.

see http://rcallen.com/iqimps.png

The sine wave at the end is at 48000/2048 Hz period 42.666 ms

Richard


--
Laziness is the number one inspiration for ingenuity.  Guilty as charged!


Reply via email to