Class Convolver1DTest
java.lang.Object
com.irurueta.numerical.signal.processing.Convolver1DTest
- All Implemented Interfaces:
Convolver1D.Convolver1DListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intstatic final doublestatic final doubleprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonConvolveProgressChange(float progress) voidvoidprivate voidreset()(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
MIN_RANDOM_VALUE
public static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
public static final double MAX_RANDOM_VALUE- See Also:
-
startConvolution
private int startConvolution -
finishConvolution
private int finishConvolution -
convolveProgressChange
private int convolveProgressChange
-
-
Constructor Details
-
Convolver1DTest
Convolver1DTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetSignal
@Test void testGetSetSignal() -
testGetSetKernel
@Test void testGetSetKernel() -
testGetSetKernelCenter
@Test void testGetSetKernelCenter() -
testGetSetEdgeMethod
@Test void testGetSetEdgeMethod() -
testGetSetConstantValue
@Test void testGetSetConstantValue() -
testGetSetListener
@Test void testGetSetListener() -
testIsReady
@Test void testIsReady() -
testConvolveZero
@Test void testConvolveZero() -
testConvolveConstant
@Test void testConvolveConstant() -
testConvolveRepeat
@Test void testConvolveRepeat() -
testConvolveMirror
@Test void testConvolveMirror() -
testGetSignalValueZero
@Test void testGetSignalValueZero() -
testGetSignalValueConstant
@Test void testGetSignalValueConstant() -
testGetSignalValueRepeat
@Test void testGetSignalValueRepeat() -
testGetSignalValueMirror
@Test void testGetSignalValueMirror() -
reset
private void reset() -
onStartConvolution
public void onStartConvolution()- Specified by:
onStartConvolutionin interfaceConvolver1D.Convolver1DListener
-
onFinishConvolution
public void onFinishConvolution()- Specified by:
onFinishConvolutionin interfaceConvolver1D.Convolver1DListener
-
onConvolveProgressChange
public void onConvolveProgressChange(float progress) - Specified by:
onConvolveProgressChangein interfaceConvolver1D.Convolver1DListener
-