Uses of Class
org.ojalgo.function.series.PeriodicFunction
-
Packages that use PeriodicFunction Package Description org.ojalgo.data.transform org.ojalgo.function.series -
-
Uses of PeriodicFunction in org.ojalgo.data.transform
Methods in org.ojalgo.data.transform with parameters of type PeriodicFunction Modifier and Type Method Description static MatrixStore<ComplexNumber>DiscreteFourierTransform. sample(PeriodicFunction function, int nbSamples) -
Uses of PeriodicFunction in org.ojalgo.function.series
Fields in org.ojalgo.function.series declared as PeriodicFunction Modifier and Type Field Description static PeriodicFunctionPeriodicFunction. SAWTOOTHhttps://en.wikipedia.org/wiki/Sawtooth_wavestatic PeriodicFunctionPeriodicFunction. SINEhttps://en.wikipedia.org/wiki/Sine_wavestatic PeriodicFunctionPeriodicFunction. SQUAREhttps://en.wikipedia.org/wiki/Square_wavestatic PeriodicFunctionPeriodicFunction. TRIANGLEhttps://en.wikipedia.org/wiki/Triangle_waveMethods in org.ojalgo.function.series that return PeriodicFunction Modifier and Type Method Description static PeriodicFunctionPeriodicFunction. of(double origin, java.util.function.DoubleUnaryOperator shape)static PeriodicFunctionPeriodicFunction. of(java.util.function.DoubleUnaryOperator shape)Origin at zero, and period 2π [0, 2π).static PeriodicFunctionPeriodicFunction. ofCentered(java.util.function.DoubleUnaryOperator shape)Origin at -π, and period 2π [-π, π).PeriodicFunctionPeriodicFunction. withInterval(double origin, double period)interval = [origin, origin+period)PeriodicFunctionPeriodicFunction. withOrigin(double origin)interval = [origin, origin+period)PeriodicFunctionPeriodicFunction. withPeriod(double period)interval = [origin, origin+period)PeriodicFunctionPeriodicFunction. withShape(java.util.function.DoubleUnaryOperator shape)The shape is the function that is repeated in regular intervals.Methods in org.ojalgo.function.series with parameters of type PeriodicFunction Modifier and Type Method Description static FourierSeriesFourierSeries. estimate(PeriodicFunction function, int nbSamples)
-