PitchNancy Posted March 30, 2005 Report 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
elyness Posted April 22, 2005 Report 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
PitchNancy Posted April 28, 2005 Author Report 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
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.