Top "Digital-filter" questions

How to implement band-pass Butterworth filter with Scipy.signal.butter

UPDATE: I found a Scipy Recipe based in this question! So, for anyone interested, go straight to: Contents » Signal processing » …

python scipy signal-processing digital-filter
High-pass filtering in MATLAB

Does anyone know how to use filters in MATLAB? I am not an aficionado, so I'm not concerned with roll-off …

matlab filter signal-processing digital-filter
calculate exponential moving average in python

I have a range of dates and a measurement on each of those dates. I'd like to calculate an exponential …

python signal-processing average digital-filter
Exponential Moving Average Sampled at Varying Times

I have a continuous value for which I'd like to calculate an exponential moving average. Normally I'd just use the …

math signal-processing average digital-filter
IIR Filter Implementation in C

I am trying to implement an IIR filter in C for the FRDMKL25Z board. My current code is shown …

c embedded digital-filter