Sinusoidal issue of ADC signals using TI Delfino F28379D LaunchPad
21 次查看(过去 30 天)
显示 更早的评论
Hello,
I'm using the TI Delfino F28379D LaunchPad with Simulink to receive an acquisition of sinusoidal current signals of three phase induction motor throughout a control drive. the timer period of epwm is 10kHz based on the DSP clocking calculation equation (100e6)/(2*5000) = 10kHz, the SOCx acquisition window of the ADC is set to 200, the SCIA baud rate is set to 115200, and the Serial port is over a USB.
In order to visualize the expected sine wave of current signals. The issue is how to reduce or cancel these horrific squares that come with the current signal via current sensors during the external mode. This issue significantly impacted the rest of my measurements.
Any suggestions on how to represent a clearer sinusoidal signal?
Any assistance will be greatly appreciated.
Mohamed Elgbaily
Here the signal obtained using the external mode as a signal and three phase.
5 个评论
Nathan Hardenberg
2023-7-20
I'm not quite sure if I understand correctly what you want. But it is obious, that the execution-time gets solwer, since you have to now communicate much more. When attempting to modify parameters on the fly, it also seems obvious, that there is a bit of a communication delay.
But I don't think I can help you much further. To answer your current question one would probably need more info about your specific problem. And also I'm not that deep into MPU programming to help you (i think). If this bothers you much more, maybe think about asking a new question
采纳的回答
Nathan Hardenberg
2023-7-20
Here the results from the comments
Possible fixes:
- Reducing "Fixed-step size (fundamental sample time)"
- Increase baud rate. Here is a list of common baud rates (https://lucidar.me/en/serialib/most-used-baud-rates-table/)
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!