Instrument Neutral Distributed Interface INDI  2.0.2
Functions
filters.c File Reference
#include "dsp.h"

Go to the source code of this file.

Functions

void dsp_filter_squarelaw (dsp_stream_p stream)
 A square law filter. More...
 
void dsp_filter_lowpass (dsp_stream_p stream, double Frequency)
 A low pass filter. More...
 
void dsp_filter_highpass (dsp_stream_p stream, double Frequency)
 A high pass filter. More...
 
void dsp_filter_bandreject (dsp_stream_p stream, double LowFrequency, double HighFrequency)
 A band reject filter. More...
 
void dsp_filter_bandpass (dsp_stream_p stream, double LowFrequency, double HighFrequency)
 A band pass filter. More...