Skip to content

Commit 05d9ad7

Browse files
authored
Update README.md
1 parent 8a8f936 commit 05d9ad7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ Implements a windowed sync FIR using the overlap-and-add method.
99
FIRFilter* filter = &FIRFilter::getSingleton();
1010
1111
//Low Pass
12-
filter->initializeAsLowPass(44100.0f, //sampleRate
13-
256, //frameLength
14-
4000.0f, //cutoffFreq
15-
1000.0f); //transBw
12+
filter->initializeAsLowPass(44100.0f, //sample rate
13+
256, //frame length
14+
4000.0f, //cutoff frequency
15+
1000.0f); //transition bandwidth
1616
1717
//..or High Pass
18-
filter->initializeAsHighPass(44100.0, //sampleRate
19-
256, //frameLength
20-
1000.0f, //cutoffFreq
21-
1000.0f); //transBw
18+
filter->initializeAsHighPass(44100.0, //sample rate
19+
256, //frame length
20+
1000.0f, //cutoff frequency
21+
1000.0f); //transition bandwidth
2222
2323
2424
//...or Band Pass
25-
filter->initializeAsBandPass(44100.0, //sampleRate
26-
256, //frameLength
27-
500.0f, //lowCutoffFreq
28-
200.0f, //lowTransBw
29-
4000.0f, //highCutoffFreq
30-
200.0f); //highTransBw
25+
filter->initializeAsBandPass(44100.0, //sample rate
26+
256, //frame length
27+
500.0f, //low cutoff frequency
28+
200.0f, //low transition bandwidth
29+
4000.0f, //high cutoff frequency
30+
200.0f); //high transition bandwidth
3131
3232
float frequency = 4500.0f;
3333
float duration = 0.010f;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy