필터 지우기
필터 지우기

Detect a peak from ADC input ?

조회 수: 3 (최근 30일)
bianchi
bianchi 2019년 7월 4일
댓글: bianchi 2019년 7월 4일
Dear Matlab Members,
I tried to detect a peak from ADC input, I have some values from UART, and put them in my excel,
Is it possible that I detect in Matlab code than convert the code to C ?
ADC input = 12 VAC
I'm using STM32 ADC
Any filters for it ?
Any clues or suggestions ?
Thanks

답변 (1개)

boris vuleta
boris vuleta 2019년 7월 4일
As I understood you, you have a ecxel table with values of a signal that you got from ADC. If that's so, you can transfer those values to a matlab which will store them in a workspace variable and using max function just find out the position and the value of max number in your array.
Here is a link to max function
importing data from excel to matlab
I hope this will help you, good luck!
  댓글 수: 1
bianchi
bianchi 2019년 7월 4일
and after that, how can I convert Matlab code into C code, so it can be used on my chip ? thanks

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by