C cmartins Member Licensed User Longtime User Feb 13, 2014 #1 Hi evereone! I would like to count the frequency of the square wave using the mic. Are there some way to do it?
Hi evereone! I would like to count the frequency of the square wave using the mic. Are there some way to do it?
stevel05 Expert Licensed User Longtime User Feb 13, 2014 #2 If you want to try this in real time, you will need to use the audio record library and collect the data to an array, examples in the thread do this. Then get the count from analyzing the array. Upvote 0
If you want to try this in real time, you will need to use the audio record library and collect the data to an array, examples in the thread do this. Then get the count from analyzing the array.