Integrator

Hallo, How may I realize an integrator into a FPGA?

Many Thanks Marco

Reply to
Marco
Loading thread data ...

It's written for C programmers, but

formatting link
has an integrator implementation in it.

For an "integrator" you just add the input to an accumulator once each sample of your DSP algorithm. Note that it doesn't really integrate; the closest you can come in sampled time is to sum the samples. Note also that you must establish a sampling time for your digital signal processing -- if you're sampling some external signal with an ADC and sampling it out with a DAC at the same speed you'll probably want to run the internal algorithm at that speed as well, just watch your integrator depths.

--

Tim Wescott
Wescott Design Services
http://www.wescottdesign.com
Reply to
Tim Wescott

Just know that you can't realize an ANALOG integrator into an FPGA which is what you would need for your Sigma Delta converter pursuit.

Reply to
John_H

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.