Altera_Forum
Honored Contributor
14 years agoVIP FIR Filter 2D
Hi all,
I would to implement a VIP FIR filter 2D in my design to increase the sharpness of the video. My video process (consiting of a chain of Video IP) is running at 125MHz for a definition of 1600 x 1200 px @25fps. The color plane are send in parallel. Because the FIR filter 2D does not support pixel in parallel, I instanciated it with 2 Color Plane Sequencer (CPS). However, I think there is a problem : the first CPS cannot convert 1600 x 1200 px 25fps @125MHz from parrellel to sequence ! 1600px * 1200px * 25fps * 3colorplane = 144 MHz I think it cannot work. Am I right ? Thanks in advance.