This project is an industrial embedded project to test and monitor three-phase networks and devices.
In this case, we are only taling about the embedded-software features:
- Calculating all important electrical parameters
- Analysing transient and steady-state
- Advanced signal regeneration (for calc etc.)
- Interfaces to the world
Three important parameter come from the stream:
- measured current
- measured voltage
- time
In this case, the "sample.csv" contains the necessary values, wich you can test using "sample.c".
1. open sample.csv file
2. count the records
3. make three vectors
4. upload the vectors
5. your section: do something with the vectros
There are simulated values from an LTSpice simulation. The sampling period is 100ms.