Last chance! 50% off unlimited learning
Sale ends in
## look at the filter coefficients for N=2 :
str(f2 <- filter.select(2))
##- List of 4
##- $ H : num [1:4] 0.483 0.837 0.224 -0.129
##- $ name : chr "Daub cmpct on ext. phase N=2"
##- $ family : chr "DaubExPhase"
##- $ filter.number: num 2
all.equal(sum(f2 $H), sqrt(2))# TRUE
Run the code above in your browser using DataLab