elephant.test.test_spectral module

Unit tests for the spectral module.

class elephant.test.test_spectral.WelchCohereTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

Methods

test_welch_cohere_behavior()[source]
test_welch_cohere_errors()[source]
test_welch_cohere_input_types()[source]
test_welch_cohere_multidim_input()[source]
class elephant.test.test_spectral.WelchPSDTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

Methods

test_welch_psd_behavior()[source]
test_welch_psd_errors()[source]
test_welch_psd_input_types()[source]
test_welch_psd_multidim_input()[source]
elephant.test.test_spectral.suite()[source]