2013-05-03 02:19 AM
Hello everyone, I am trying to measure a sinusoid signal via ADC. I used timer's trigger to obtain different samples. But i don't know how i can
synchronize
the trigger's time with the frecuency of the signal, to obtain a good measure.And
then, how
I have
to process the data
that
I have
in
an array in
the
DMA
to obtain
the necessary information
?
Thanks #adc-sine-measure2013-05-03 05:25 AM
''I am trying to measure a sinusoid signal via ADC''
What, exactly, are you trying to measure: Peak amplitude? Peak-to-Peak amplitude? RMS amplitude? Frequency? Period? or what??''how i cansynchronize
the trigger's time with the frecuency of the signal'' Google ''Zero-Crossing''...2013-05-06 12:28 AM
I want to mesure peak amplitude and frecuency.