FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6372 Discussions

DSP Builder Advanced: integrator and differentiator blocks

Altera_Forum
Honored Contributor II
1,173 Views

Hello! 

I need to construct integrator and differentiator blocks in advanced blockset, so I need some delay to store previous data. I don't know how to do this, because there is different latency of blocks and there are errors about combinational loops. I think I could use valid signal, but don't know exactly how. And another problem is that sample time and clock frequency are different in my design. Help needed.  

Thank you.
0 Kudos
1 Reply
seb_
Beginner
283 Views

Hello everyone

 

I am still facing the problem. I want to implement an integrator. My approach is "forward euler"  y[n] = y[n-1] + T u[n-1]. But I can not figure out how to choose the step length T. It is not 1/systemClockRate. What is it else?

 

What delay/latch is the most feasible one and how can I trigger the enable port? Is there a way to build an impulse generator?

 

Thank you very much

0 Kudos
Reply