Feasibility of a project on nucleo stm32h7 platform
- August 30, 2023
- 3 replies
- 2339 views
The objective is to visualize the response of a device to a series of pulses of different durations.
The number of pulses, their duration and their frequency are given as an indication and can be adapted.
I want to acquire several identical pulses to increase the sensitivity of the analysis by adding or averaging the responses received. Similarly I want to add the acquisition several times to increase the sensitivity even more.
This sum of 16-bit values would then be compared to the previous sum µs by µs (by subtraction or division) to see if any variation occurred in the response.
Ideally, a "limit" variation value could be calculated or measured experimentally from which a change of state would be made on one of the pins of the stm32.
Another solution I considered would be to separate each series of pulses based on signal duration and analyze the signal for each pulse length separately (A). Or make a series of pulses with only one pulse per given duration and add the loops so you can compare the signal accurately (B).
Thanks for your help
Alban
