powered by
Analyze Coherency from View object
analyze_coherency( obj, columns, loess.span = 0, dj = 1/50, lowerPeriod = 2/obj$recording$fps, upperPeriod = 5, window.type.t = 1, window.type.s = 1, window.size.t = 5, window.size.s = 1/4, make.pval = TRUE, method = "white.noise", params = NULL, n.sim = 1, date.format = NULL, date.tz = NULL, verbose = FALSE )
an analyze_coherency object.
analyze_coherency
View object.
Two column names.
parameter alpha in loess controlling the degree of time series smoothing, if the time series is to be detrended; no detrending if loess.span = 0. Default: 0.
frequency resolution. Default 1/20.
in seconds
see WaveletComp::analyze.coherency().
WaveletComp::analyze.coherency()
number of simulations (default 1).
Other wavelet functions: analyze_wavelet(), get_local_max_average_power(), plot_average_coherency(), plot_average_power(), plot_cross_spectrum(), plot_cwt_energy(), plot_phase_difference(), plot_power_spectrum(), plot_roll_resultant_length(), plot_sel_phases(), plot_wt_energy()
analyze_wavelet()
get_local_max_average_power()
plot_average_coherency()
plot_average_power()
plot_cross_spectrum()
plot_cwt_energy()
plot_phase_difference()
plot_power_spectrum()
plot_roll_resultant_length()
plot_sel_phases()
plot_wt_energy()
r <- get_sample_recording() rv <- get_raw_view(r, "Central", "", "Sitar") pv <- get_processed_view(rv) co <- analyze_coherency(pv, c("Nose_x", "Nose_y"))
Run the code above in your browser using DataLab