powered by
Method of class Fourier_series to extract Fourier coefficients
extractCoef(object)# S4 method for Fourier_series extractCoef(object)
# S4 method for Fourier_series extractCoef(object)
A list that contains the coefficients.
an object of Fourier_series class.
Fourier_series
Heyang Ji
fsc = Fourier_series( double_constant = 0.5, cos = c(0,0.3), sin = c(1,0.7), k_cos = 1:2, ) extractCoef(fsc)
Run the code above in your browser using DataLab