Python/audio_filters
Shreya 235d527b9f
Update ema_filter.py
np.allclose() function now has tighter tolerance values, with rtol=1e-5 and atol=1e-8
2024-10-31 09:15:46 +05:30
..
2021-10-23 23:19:25 +02:00
2024-10-31 09:15:46 +05:30
2023-05-26 09:34:17 +02:00
2021-11-04 18:49:36 +08:00

Audio Filter

Audio filters work on the frequency of an audio signal to attenuate unwanted frequency and amplify wanted ones. They are used within anything related to sound, whether it is radio communication or a hi-fi system.