~ubuntu-branches/debian/sid/octave-tisean/sid

« back to all changes in this revision

Viewing changes to tests/extrema/procedure.txt

  • Committer: Package Import Robot
  • Author(s): Rafael Laboissiere
  • Date: 2017-08-14 12:53:47 UTC
  • Revision ID: package-import@ubuntu.com-20170814125347-ju5owr4dggr53a2n
Tags: upstream-0.2.3
ImportĀ upstreamĀ versionĀ 0.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
When analyzing 'test_extrema.m' it is obvious that 'extrema' from TISEAN and 'findpeaks' from 'signal' are * NOT * the same (apart from the fact that the data they give is presented in a different form). This is because 'findpeaks' searches for all 'peaks' (that is highs and lows) where as extrema searches for highes (default) or for lows (with option '-z').
 
2
 
 
3
This function *needs* to be ported.