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
- array → Float64List
-
Returns the computed array containing the sinc damped wave
read-only
- xValues → Float64List
-
Returns the "x" values corresponding to the sinc array values.
read-only
- 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
-
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