Clean up whitespace in qa/ in preparation for .editorconfig. (#418)
* Clean up whitespace in qa/ in preparation for .editorconfig. Convert tabs to 4 spaces. Indent by 4 spaces. Strip trailing whitespace. Ensure EOL at EOF.
This commit is contained in:
parent
f58b69dc36
commit
0b832f5ff1
15 changed files with 2570 additions and 2569 deletions
|
|
@ -5,8 +5,9 @@
|
|||
|
||||
/**
|
||||
* Unit_BiquadFilter implements a second order IIR filter.
|
||||
Here is the equation that we use for this filter:
|
||||
y(n) = a0*x(n) + a1*x(n-1) + a2*x(n-2) - b1*y(n-1) - b2*y(n-2)
|
||||
*
|
||||
* Here is the equation that we use for this filter:
|
||||
* y(n) = a0*x(n) + a1*x(n-1) + a2*x(n-2) - b1*y(n-1) - b2*y(n-2)
|
||||
*
|
||||
* @author (C) 2002 Phil Burk, SoftSynth.com, All Rights Reserved
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue