decimator

command
v0.0.0-...-c5379f9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

given a PCM audio file, convert it to mono and decimates it. Because of nyquist law, we can't simply average or drop samples otherwise we will have alisasing. A proper decimation is needed http://dspguru.com/dsp/faqs/multirate/decimation Decimation is useful to reduce the amount of data to process. Max hearing frequency would be around 20kHz, so we need to low pass to remove anything above 20kHz so we don't get any aliasing.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL