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 SequenceMethods 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 SequencevoidReplaces each point in the data array with its value divided by the equivalent value in another Sequence result[i] = orig[i]/othersequence[i]floatTakes the dot product between this Sequence and another Sequence objectvoidSequence.minusEquals(Sequence S) voidSequence.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