Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

Implementing custom algorithm in PSoc 3/5 DFB

Implementing custom algorithm in PSoc 3/5 DFB

VivekK_11
Employee
Employee
Welcome! First solution authored 10 replies posted
Question: Can I use PSoC 3/5 Digital Filter Block to implement custom algorithm?

 

Answer:

The Digital filter block (DFB) is a 24-bit fixed-point, programmable DSP engine that can run independent of the CPU execution. The DFB data path contains a Multiply-Accumulate unit (MAC), an ALU, and output shifter.  The DFB supports up to 64 instructions, and two 128 locations data RAM (24-bit wide) to store signal data, and coefficient data for computation.  

PSoC Creator currently does not support custom algorithm development using DFB. Please contact Cypress technical support if you need to use DFB for implementing custom algorithms.

0 Likes
389 Views
Contributors