Uses of Class
llnl.gnem.core.signalprocessing.Sequence
Packages that use Sequence
-
Uses of Sequence in llnl.gnem.core.io.SAC
Methods in llnl.gnem.core.io.SAC that return Sequence -
Uses of Sequence in llnl.gnem.core.signalprocessing
Methods in llnl.gnem.core.signalprocessing that return SequenceModifier and TypeMethodDescriptionSequence.alias
(int N) Treat the Sequences as vector and calculate the cross product of this Sequence (A) with another (B)static Sequence
Methods in llnl.gnem.core.signalprocessing with parameters of type SequenceModifier and TypeMethodDescriptionTreat the Sequences as vector and calculate the cross product of this Sequence (A) with another (B)static Sequence
void
Replaces each point in the data array with its value divided by the equivalent value in another Sequence result[i] = orig[i]/othersequence[i]float
Takes the dot product between this Sequence and another Sequence objectvoid
Sequence.minusEquals
(Sequence S) void
Sequence.plusEquals
(Sequence S) Replaces each point in the data array with its value plus the equivalent value in another Sequence result[i] = orig[i] + othersequence[i]Constructors in llnl.gnem.core.signalprocessing with parameters of type Sequence