harm_pow | R Documentation |
Given a list with an, bn (and eventually cn and dn)
, returns the
harmonic power.
harm_pow(xf)
xf |
A list with an, bn (and cn, dn) components, typically from a e/r/tfourier passed on coo_ |
Returns a vector
of harmonic power
ef <- efourier(bot[1], 24)
rf <- efourier(bot[1], 24)
harm_pow(ef)
harm_pow(rf)
plot(cumsum(harm_pow(ef)[-1]), type='o',
main='Cumulated harmonic power without the first harmonic',
ylab='Cumulated harmonic power', xlab='Harmonic rank')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.