Universal lowpass filter released

Universal lowpass filter released:

formatting link

This is a filter based on the code examples from CuteSDR101.pdf by Moe Wheatley.

It reads from stdin and writes to stdout. That makes it pretty universal, command line arguments set the frequency, gain, sample rate, etc..

To compile: gcc -o ilpfilter ilpfilter.c -lm

Type: ilpfilter -h for help

Use for example like this: cat infile.wav | ./ilpfilter -y 100 -n 500 > filtered_file.wave Gives you the boom boom only :-)

Reply to
Jan Panteltje
Loading thread data ...

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.