How can I measure percentage of pulse signal
1 次查看(过去 30 天)
显示 更早的评论
I am working on a project. I need get pwm signal on raspberry pi then find the open interval which means percentage of the signal. I design a system but it does not work properly.
I can reach the correct value without delay but when I decrease the percentage it keeps max value.
0 个评论
采纳的回答
Ryan Takatsuka
2018-7-24
You are probably better off filtering the PWM signal to find the interval percentage. See the attached example.
2 个评论
Ryan Takatsuka
2018-7-25
If you have the Signal Processing Toolbox, you can use the filterDesigner app to design a lowpass IIR filter. Otherwise, there are some online tools such as this one: Online Filter Designer
I've attached an example of a filter using a 0.020 s period with an arbitrary sampling rate.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Digital and Analog Filters 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!