I am coming with electronic backround, so I need some help with C# code.
I need to take a square wave from the sound port(microphone plugin) and converts it to DEC value.
for exmaple the wave 0001 will be number 1, or 0011 will be the number 3 (__|-|-| , LOW LOW HIGH HIGH)
Thank you.
Sam HobbsPosted Sep 18, 2010, 7:10 PM
barak BNPosted Sep 18, 2010, 2:56 PM
There are software like Zelscope wich are - "sound card osilloscope". They gives the the wave from the microphone input. I connected the IR detector component and I was saw the square wave from a simple TV remote.
How do I build software something like this?
Actuly all is need to do is to count the time between every HIGH signal ot anather.
Thank you again.
Sam HobbsPosted Sep 17, 2010, 7:25 PM