PitchNancy Posted March 30, 2005 Report Share Posted March 30, 2005 Hi, I use FPGA's counter input for PWM demodulation. My base PWM frequency is 1kHz. I use the tick count VI for the pulse width and period measurement. Tick count clock is 40 MHz, and 16 bit r Quote Link to comment
elyness Posted April 22, 2005 Report Share Posted April 22, 2005 What do you mean by "artefacts"? Could it be that your counter is overflowing? At 1kHz, a 40MHz counter reaches 40,000 if it starts at zero, approaching the 65,535 limit. Quote Link to comment
PitchNancy Posted April 28, 2005 Author Report Share Posted April 28, 2005 What do you mean by "artefacts"? Could it be that your counter is overflowing? At 1kHz, a 40MHz counter reaches 40,000 if it starts at zero, approaching the 65,535 limit. 4609[/snapback] Thanks, I did not think of this problem !!! After correction I do not have any more insane peaks. But now my problem is the limitation of the band-width by using IRQ. I don't understand why it's impossible to use DMA transfer. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.