I would start with example project :

1) Set device to correct target part number
2) Config 1 chan of filter

3) Input a 1V sine, and vary it over freq range while observing DAC pin output, to
verify filter working.
4) Modify filter to add use of SAR, eg. replace delsig :
community.infineon.com
5) Write code to detect peak value coming out of filter, eg. the data being sent to VDAC. Note keep
the VDAC in design temporarily so you can monitor filter output with a scope for test purposes. You
will not use it / need it in final design.
6) Start working on setting up 2 channel digital filter
7) Create a 16 bit SIPO shift register component for driving LEDs
8) Write code to find peak value coming out of filter and translate that into
shift register bit values to show magnitude of frequency component.
The basic approach.
Regards, Dana.

1) Set device to correct target part number
2) Config 1 chan of filter

3) Input a 1V sine, and vary it over freq range while observing DAC pin output, to
verify filter working.
4) Modify filter to add use of SAR, eg. replace delsig :
ADC_SAR - Filter - VDAC streaming demo using DMA
Hi, In the previous post it was shown how to use DMA with DelSig-ADC and Filter (PSoC5). DelSig_ADC - Filter - VDAC8 streaming demo using DMA Provided below is similar project, but utilizing ADC_SAR instead of the DelSig-ADC. Provided below are 3 projects: 1...
5) Write code to detect peak value coming out of filter, eg. the data being sent to VDAC. Note keep
the VDAC in design temporarily so you can monitor filter output with a scope for test purposes. You
will not use it / need it in final design.
6) Start working on setting up 2 channel digital filter
7) Create a 16 bit SIPO shift register component for driving LEDs
8) Write code to find peak value coming out of filter and translate that into
shift register bit values to show magnitude of frequency component.
The basic approach.
Regards, Dana.


