power | R Documentation |
tts
objectReturns the power of a tts
object, i.e., the mean over
time of the squared magnitude (which is a function of timescale)
power(object) ## S3 method for class 'tts' power(object)
object |
A |
power
returns a data frame with columns timescales and power
Daniel Reuman, reuman@ku.edu
tts
, wt
, wmf
, wpmf
,
browseVignettes("wsyn")
times<-1:10 timescales<-1:10 values<-matrix(rep(complex(modulus=1,argument=2*pi*c(0:9)/10),times=10),10,10) ttsobj<-tts(times,timescales,values) res<-power(ttsobj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.