thanks for your reply Rong,
I am aware of the concepts of digital and analog band pass filters and their frequency responses.Anyways your application note on the band pass filter design gave much detailing only on the formulas,My doubt is do I miss out any register setting on SGTL5000, so as to enable the peq block or some sequence in setting the registers.I have added below a pseudo code of what registers I am setting to enable peq . Please correct me if I missed out something.
DAP_CONTROL->DAP_EN = 1
DAP_PEQ->EN = 0x01
DAP_AUDIO_EQ->EN = 0x01
write the co-efficient registers for lpf of cut-off frequency 800,
DAP_FILTER_COEF_ACCESS->INDEX =0x01
DAP_FILTER_COEF_ACCESS->WR=1
I am using this but frequencies above 800, even above 3k hz are available as I see in an equalizer application in my PC,
I suppose that the frequencies above 800 hz must be cutt off or attenuated.But that doesnt happen.
Thanks in advance for your help.
Regards,
Vikaash