Why are the pulse width and frequency of pulse not correct in my labview waveform?

馋奶兔 提交于 2019-12-11 19:17:07

问题


In the following image you see I set the pulse frequency to 50 Hz and pulse width to 2ms. The duty cycle computes to 10%, which is fed into a signal simulator.

When I execute the labview program the waveform I get is shown below:

This waveform is clearly not correct because pulse width and pulse frequency both appear to be about 10ms.

Following is the back panel wiring diagram.

My sampling rate is set to 200000Hz.

Why are my pulses not showing up correctly?


回答1:


You have not added the duty cycle to the function generator. So it will use the default duty cycle (50 %).



来源:https://stackoverflow.com/questions/15755377/why-are-the-pulse-width-and-frequency-of-pulse-not-correct-in-my-labview-wavefor

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!