Sinc1D class
Sine cardinal ("sinc") generator.
Constructors
- Sinc1D(int npoints, double amplitude, double phase, int nperiods, double offset)
-
Computes the "sine cardinal" = "sinc" function
f(x) = offset + amplitudesin(x+phase)/(x+phase)
The resulting array of size
npoints
will contain "nperiods
" (2pi) of the damped sinc wave with the specifiedamplitude
andphase
.
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
getSinc(
) → Float64List - Returns the computed sinc "sine cardinal" wave.
-
getXvalues(
) → Float64List - Retunrs the "x" values where the sine was computed.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited