• PASS - constructor: fft length = 0 (WelchCSDEstimate::set_fftLength() invalid fft length)
  • PASS - constructor: fft length > max fft length (WelchCSDEstimate::set_fftLength() invalid fft length)
  • PASS - constructor: fft length > max window length (WelchCSDEstimate::set_fftLength() invalid fft length)
  • PASS - constructor: overlap length = fft length (WelchCSDEstimate::set_overlapLength() invalid overlap length)
  • PASS - constructor: overlap length > fft length (WelchCSDEstimate::set_overlapLength() invalid overlap length)
  • PASS - set method: fftLength = 0 (WelchCSDEstimate::set_fftLength() invalid fft length)
  • PASS - set method: fftLength > max fft length (WelchCSDEstimate::set_fftLength() invalid fft length)
  • PASS - set method: fftLength > max window length (WelchCSDEstimate::set_fftLength() invalid fft length)
  • PASS - set method: fftLength = overlap length (WelchCSDEstimate::set_fftLength() invalid fft length)
  • PASS - set method: fftLength < overlap length (WelchCSDEstimate::set_fftLength() invalid fft length)
  • PASS - set method: overlapLength = fft length (WelchCSDEstimate::set_overlapLength() invalid overlap length)
  • PASS - set method: overlapLength > fft length (WelchCSDEstimate::set_overlapLength() invalid overlap length)
  • PASS - apply(complex, float, float): incompatible input lengths (WelchCSDEstimate::apply() input sequences must have equal lengths)
  • PASS - apply(complex, complex, float): incompatible input lengths (WelchCSDEstimate::apply() input sequences must have equal lengths)
  • PASS - apply(complex, float, complex): incompatible input lengths (WelchCSDEstimate::apply() input sequences must have equal lengths)
  • PASS - apply(complex, complex, complex): incompatible input lengths (WelchCSDEstimate::apply() input sequences must have equal lengths)
  • PASS - apply(complex, double, double): incompatible input lengths (WelchCSDEstimate::apply() input sequences must have equal lengths)
  • PASS - apply(complex, complex, double): incompatible input lengths (WelchCSDEstimate::apply() input sequences must have equal lengths)
  • PASS - apply(complex, double, complex): incompatible input lengths (WelchCSDEstimate::apply() input sequences must have equal lengths)
  • PASS - apply(complex, complex, complex): incompatible input lengths (WelchCSDEstimate::apply() input sequences must have equal lengths)
  • PASS - apply(complex, float, float): no input data (WelchCSDEstimate::apply() on zero-length Sequence(s))
  • PASS - apply(complex, complex, float): no input data (WelchCSDEstimate::apply() on zero-length Sequence(s))
  • PASS - apply(complex, float, complex): no input data (WelchCSDEstimate::apply() on zero-length Sequence(s))
  • PASS - apply(complex, complex, complex): no input data (WelchCSDEstimate::apply() on zero-length Sequence(s))
  • PASS - apply(complex, double, double): no input data (WelchCSDEstimate::apply() on zero-length Sequence(s))
  • PASS - apply(complex, complex, double): no input data (WelchCSDEstimate::apply() on zero-length Sequence(s))
  • PASS - apply(complex, double, complex): no input data (WelchCSDEstimate::apply() on zero-length Sequence(s))
  • PASS - apply(complex, complex, complex): no input data (WelchCSDEstimate::apply() on zero-length Sequence(s))
  • PASS - apply(complex, float, float): resized fft length < overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, complex, float): resized fft length < overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, float, complex): resized fft length < overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, complex, complex): resized fft length < overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, double, double): resized fft length < overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, complex, double): resized fft length < overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, double, complex): resized fft length < overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, complex, complex): resized fft length < overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, float, float): resized fft length = overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, complex, float): resized fft length = overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, float, complex): resized fft length = overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, complex, complex): resized fft length = overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, double, double): resized fft length = overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, complex, double): resized fft length = overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, double, complex): resized fft length = overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - apply(complex, complex, complex): resized fft length = overlap length (WelchCSDEstimate::apply() Input Sequence length is less than FFT length)
  • PASS - (all error exception tests)
  • PASS - default object: what
  • PASS - default object: fft length
  • PASS - default object: overlap length
  • PASS - default object: window type
  • PASS - default object: detrend flag
  • PASS - custom rectangular window object, default detrending: what
  • PASS - custom rectangular window object, default detrending: fft length
  • PASS - custom rectangular window object, default detrending: overlap length
  • PASS - custom rectangular window object, default detrending: window type
  • PASS - custom rectangular window object, default detrending: detrend flag
  • PASS - custom rectangular window object, no detrending: what
  • PASS - custom rectangular window object, no detrending: fft length
  • PASS - custom rectangular window object, no detrending: overlap length
  • PASS - custom rectangular window object, no detrending: window type
  • PASS - custom rectangular window object, no detrending: detrend flag
  • PASS - custom hann window object, mean detrending: what
  • PASS - custom hann window object, mean detrending: fft length
  • PASS - custom hann window object, mean detrending: overlap length
  • PASS - custom hann window object, mean detrending: window type
  • PASS - custom hann window object, mean detrending: detrend flag
  • PASS - custom kaiser window object, linear detrending: what
  • PASS - custom kaiser window object, linear detrending: fft length
  • PASS - custom kaiser window object, linear detrending: overlap length
  • PASS - custom kaiser window object, linear detrending: window type
  • PASS - custom kaiser window object, linear detrending: detrend flag
  • PASS - (all valid welchCSD estimate objects tests)
  • PASS - set fft length: what
  • PASS - set fft length: fft length
  • PASS - set fft length: overlap length
  • PASS - set fft length: window type
  • PASS - set fft length: detrend flag
  • PASS - set overlap length: what
  • PASS - set overlap length: fft length
  • PASS - set overlap length: overlap length
  • PASS - set overlap length: window type
  • PASS - set overlap length: detrend flag
  • PASS - set window (rectangular): what
  • PASS - set window (rectangular): fft length
  • PASS - set window (rectangular): overlap length
  • PASS - set window (rectangular): window type
  • PASS - set window (rectangular): detrend flag
  • PASS - set window (kaiser): what
  • PASS - set window (kaiser): fft length
  • PASS - set window (kaiser): overlap length
  • PASS - set window (kaiser): window type
  • PASS - set window (kaiser): detrend flag
  • PASS - set window (hann): what
  • PASS - set window (hann): fft length
  • PASS - set window (hann): overlap length
  • PASS - set window (hann): window type
  • PASS - set window (hann): detrend flag
  • PASS - set detrend flag (mean): what
  • PASS - set detrend flag (mean): fft length
  • PASS - set detrend flag (mean): overlap length
  • PASS - set detrend flag (mean): window type
  • PASS - set detrend flag (mean): detrend flag
  • PASS - set detrend flag (CSDEstimate::linear): what
  • PASS - set detrend flag (CSDEstimate::linear): fft length
  • PASS - set detrend flag (CSDEstimate::linear): overlap length
  • PASS - set detrend flag (CSDEstimate::linear): window type
  • PASS - set detrend flag (CSDEstimate::linear): detrend flag
  • PASS - set detrend flag (CSDEstimate::none): what
  • PASS - set detrend flag (CSDEstimate::none): fft length
  • PASS - set detrend flag (CSDEstimate::none): overlap length
  • PASS - set detrend flag (CSDEstimate::none): window type
  • PASS - set detrend flag (CSDEstimate::none): detrend flag
  • PASS - (all valid set methods tests)
  • PASS - apply method (csd): REAL-REAL input: periodogram, no detrending
  • PASS - apply method (freqs): REAL-REAL input: periodogram, no detrending
  • PASS - real TimeSeries apply method: output length
  • PASS - real TimeSeries apply method: Parseval
  • PASS - real TimeSeries start frequency
  • PASS - real TimeSeries Nyquist frequency
  • PASS - apply method (csd): REAL-REAL input: periodogram, mean detrending
  • PASS - apply method (freqs): REAL-REAL input: periodogram, mean detrending
  • PASS - apply method (csd): REAL-REAL input: periodogram, linear detrending
  • PASS - apply method (freqs): REAL-REAL input: periodogram, linear detrending
  • PASS - apply method (csd): REAL-REAL input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): REAL-REAL input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): REAL-REAL input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): REAL-REAL input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): REAL-REAL input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): REAL-REAL input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, hann window, no detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, hann window, no detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, hann window, mean detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, hann window, mean detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, hann window, linear detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, hann window, linear detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: periodogram, no detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: periodogram, no detrending
  • PASS - complex TimeSeries apply method: output length
  • PASS - complex TimeSeries apply method: Parseval
  • PASS - complex TimeSeries start frequency
  • PASS - complex TimeSeries DC frequency
  • PASS - apply method (csd): COMPLEX-COMPLEX input: periodogram, mean detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: periodogram, mean detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: periodogram, linear detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: periodogram, linear detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, hann window, no detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, hann window, no detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, hann window, mean detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, hann window, mean detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, hann window, linear detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, hann window, linear detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (csd): COMPLEX-REAL input: periodogram, no detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: periodogram, no detrending
  • PASS - apply method (csd): COMPLEX-REAL input: periodogram, mean detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: periodogram, mean detrending
  • PASS - apply method (csd): COMPLEX-REAL input: periodogram, linear detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: periodogram, linear detrending
  • PASS - apply method (csd): COMPLEX-REAL input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): COMPLEX-REAL input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): COMPLEX-REAL input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, hann window, no detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, hann window, no detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, hann window, mean detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, hann window, mean detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, hann window, linear detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, hann window, linear detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (csd): REAL-COMPLEX input: periodogram, no detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: periodogram, no detrending
  • PASS - apply method (csd): REAL-COMPLEX input: periodogram, mean detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: periodogram, mean detrending
  • PASS - apply method (csd): REAL-COMPLEX input: periodogram, linear detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: periodogram, linear detrending
  • PASS - apply method (csd): REAL-COMPLEX input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): REAL-COMPLEX input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): REAL-COMPLEX input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, hann window, no detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, hann window, no detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, hann window, mean detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, hann window, mean detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, hann window, linear detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, hann window, linear detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, kaiser window, linear detrending
  • PASS - (apply methods on valid data test )
  • PASS - apply method (csd): REAL-REAL input: periodogram, no detrending
  • PASS - apply method (freqs): REAL-REAL input: periodogram, no detrending
  • PASS - real TimeSeries apply method: output length
  • PASS - real TimeSeries apply method: Parseval
  • PASS - real TimeSeries start frequency
  • PASS - real TimeSeries Nyquist frequency
  • PASS - apply method (csd): REAL-REAL input: periodogram, mean detrending
  • PASS - apply method (freqs): REAL-REAL input: periodogram, mean detrending
  • PASS - apply method (csd): REAL-REAL input: periodogram, linear detrending
  • PASS - apply method (freqs): REAL-REAL input: periodogram, linear detrending
  • PASS - apply method (csd): REAL-REAL input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): REAL-REAL input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): REAL-REAL input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): REAL-REAL input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): REAL-REAL input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): REAL-REAL input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, hann window, no detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, hann window, no detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, hann window, mean detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, hann window, mean detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, hann window, linear detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, hann window, linear detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (csd): REAL-REAL input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (freqs): REAL-REAL input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: periodogram, no detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: periodogram, no detrending
  • PASS - complex TimeSeries apply method: output length
  • PASS - complex TimeSeries apply method: Parseval
  • PASS - complex TimeSeries start frequency
  • PASS - complex TimeSeries DC frequency
  • PASS - apply method (csd): COMPLEX-COMPLEX input: periodogram, mean detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: periodogram, mean detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: periodogram, linear detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: periodogram, linear detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, hann window, no detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, hann window, no detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, hann window, mean detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, hann window, mean detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, hann window, linear detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, hann window, linear detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (csd): COMPLEX-COMPLEX input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (freqs): COMPLEX-COMPLEX input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (csd): COMPLEX-REAL input: periodogram, no detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: periodogram, no detrending
  • PASS - apply method (csd): COMPLEX-REAL input: periodogram, mean detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: periodogram, mean detrending
  • PASS - apply method (csd): COMPLEX-REAL input: periodogram, linear detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: periodogram, linear detrending
  • PASS - apply method (csd): COMPLEX-REAL input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): COMPLEX-REAL input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): COMPLEX-REAL input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, hann window, no detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, hann window, no detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, hann window, mean detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, hann window, mean detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, hann window, linear detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, hann window, linear detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (csd): COMPLEX-REAL input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (freqs): COMPLEX-REAL input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (csd): REAL-COMPLEX input: periodogram, no detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: periodogram, no detrending
  • PASS - apply method (csd): REAL-COMPLEX input: periodogram, mean detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: periodogram, mean detrending
  • PASS - apply method (csd): REAL-COMPLEX input: periodogram, linear detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: periodogram, linear detrending
  • PASS - apply method (csd): REAL-COMPLEX input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: non-overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): REAL-COMPLEX input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: non-overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): REAL-COMPLEX input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: non-overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, rectangular window, no detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, rectangular window, mean detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, rectangular window, linear detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, hann window, no detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, hann window, no detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, hann window, mean detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, hann window, mean detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, hann window, linear detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, hann window, linear detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, kaiser window, no detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, kaiser window, mean detrending
  • PASS - apply method (csd): REAL-COMPLEX input: overlapping segments, kaiser window, linear detrending
  • PASS - apply method (freqs): REAL-COMPLEX input: overlapping segments, kaiser window, linear detrending
  • PASS - (apply methods on valid data test )
  • PASS - csd(x,y)=?=csd(x,y)
  • PASS - (metadata copied from input to output)