mirror of
https://github.com/simon987/wavelib.git
synced 2025-04-20 10:36:46 +00:00
Commit : bior3.3 filtlength added and bior3.1 filtlength corrected
This commit is contained in:
parent
11f0367d23
commit
fcf4914f05
@ -78,6 +78,9 @@ int filtlength(char* name) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
else if (!strcmp(name,"bior3.1")){
|
else if (!strcmp(name,"bior3.1")){
|
||||||
|
return 4;
|
||||||
|
}
|
||||||
|
else if (!strcmp(name,"bior3.3")){
|
||||||
return 8;
|
return 8;
|
||||||
}
|
}
|
||||||
else if (!strcmp(name,"bior3.5")){
|
else if (!strcmp(name,"bior3.5")){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user