Package | Description |
---|---|
org.jcodec.audio |
Modifier and Type | Class and Description |
---|---|
class |
SincLowPassFilter
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Low pass filter based on windowed sinc function
Simplest possible low pass filter
BW = 4 / kernelSize
BW - width of transition band measured in fraction of sampling rate
So for kernelSize = 20, and sampling rate 48000, BW = 9600 Hz ( pretty huge )
|
Copyright © 2019. All rights reserved.