Page 1 of 1

Esp32S3 : Library for HighPass numeric filtering ?

Posted: Mon Sep 30, 2024 3:06 pm
by ThomasESP32
Good afternoon,

I would like to know if you have any library that can be used to realize a high pass numeric filter
on a signal sampled at 16KHz.

I am sampling a signal at 16KHz and I would like to remote the 50Hz present in this signal because
of electromagnetic disturbances. Moreover, if you have this kind of library, could you please explain me how to
use it ? How to compute the filter ?

Thank you for your help on this subject,

Thomas TRUILHE

Re: Esp32S3 : Library for HighPass numeric filtering ?

Posted: Tue Oct 01, 2024 9:40 am
by aliarifat794

Re: Esp32S3 : Library for HighPass numeric filtering ?

Posted: Tue Oct 01, 2024 10:16 am
by ThomasESP32
Ok, thank you but could you explain me how to design a high pass filter with this application please ?

Re: Esp32S3 : Library for HighPass numeric filtering ?

Posted: Tue Oct 01, 2024 2:57 pm
by ESP_Sprite
ESP-DSP has features for this. Easiest to use may be this (although the FIR variants are hardware accelerated, if you need that)