test_subsampling¶
Module: tests.unittests.nodes.preprocessing.test_subsampling
¶
Unittests which test subsampling nodes
Author: | Jan Hendrik Metzen (jhm@informatik.uni-bremen.de) |
---|---|
Created: | 2008/08/22 |
Inheritance diagram for pySPACE.tests.unittests.nodes.preprocessing.test_subsampling
:
Class Summary¶
SubsamplingTestCase ([methodName]) |
Test for SubsamplingNode |
DecimationNodeTestCase ([methodName]) |
Test for the DecimationFIRNode |
DownsamplingNodeTestCase ([methodName]) |
Test for the downsampling node |
Classes¶
DecimationNodeTestCase
¶
-
class
pySPACE.tests.unittests.nodes.preprocessing.test_subsampling.
DecimationNodeTestCase
(methodName='runTest')[source]¶ Bases:
unittest.case.TestCase
Test for the DecimationFIRNode
Class Components Summary
perform_compare_tests
(standard_node, testee_node)perform_simple_tests
(node_to_test[, ...])setUp
()tearDown
()test_decimation
()test_decimation_fir
()
DownsamplingNodeTestCase
¶
-
class
pySPACE.tests.unittests.nodes.preprocessing.test_subsampling.
DownsamplingNodeTestCase
(methodName='runTest')[source]¶ Bases:
unittest.case.TestCase
Test for the downsampling node
Class Components Summary
setUp
()tearDown
()testSimpleDownsampling
()