implemented:
AnuragEnhanceTarget, AnuragDampenTarget
This commit is contained in:
parent
f4e1a0e4de
commit
fdbb99183c
BIN
App/app.mlapp
BIN
App/app.mlapp
Binary file not shown.
@ -21,12 +21,11 @@ function output = FilterSelect(input,Fs,LOW,MED,HIGH,number)
|
||||
%}
|
||||
elseif(number == "IdealBandReject")
|
||||
output = bandreject_filter(input, Fs, LOW, HIGH);
|
||||
%{
|
||||
|
||||
elseif(number == "EnchanceTarget")
|
||||
output = AnuragEnhanceTarget(input, Fs, LOW, MED, HIGH);
|
||||
elseif(number == "DampenTarget")
|
||||
output = AnuragDampenTarget(input, Fs, LOW, MED, HIGH);
|
||||
%}
|
||||
else
|
||||
output = input;
|
||||
end
|
||||
|
Reference in New Issue
Block a user