Description Usage Arguments Value Author(s) References Examples
View source: R/RPPplus_fourier_v3.r
applies the SPP Analysis by means of a fourier series.
1 | rpp_fft(time_wave, resp_wave, L, omega, M, p)
|
time_wave |
Lx1 vector of time at each measurement point |
resp_wave |
Lx3 matrix of the strain, rate and stress data,with each row representing a measuring point |
L |
number of measurement points in the extracted data |
omega |
frequency of oscilation (rad/s) |
M |
number of harmonics for stress |
p |
number of cycles |
a list with the following data frame spp_data_in= the data frame with the data spp_params=spp_params, spp_data_out= Length,frequency,harmonics,cycles,max_harmonics,step_size fsf_data_out= Tx,Ty,Tz,Nx,Ny,Nz,Bx,By,Bz coordinates of the trajectory (T=tangent,N=principal Normal,B=Binormal Vectors) ft_out=data frame with that includes time_wave,strain,rate,stress,Gp_t,Gpp_t,G_star_t,tan_delta_t,delta_t,disp_stress,eq_strain_est,Gp_t_dot,Gpp_t_dot,G_speed,delta_t_dot)
Simon Rogers Group for Soft Matter (matlab version), Giorgio Luciano and Serena Berretta (R version)
Simon A. Rogersa, M. Paul Letting, A sequence of physical processes determined and quantified in large-amplitude oscillatory shear (LAOS): Application to theoretical nonlinear models Journal of Rheology 56:1, 1-25
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.