TSTOOL home page | TSTOOL documentation page | TSTOOL link page |
Syntax:
creates default achse object
copies achse object axs into a
creates achse object using unit unt, with linear spacing, first = 0, delta = 1
creates achse object with arbitrary spacing, using values in vec as spacing data
creates achse object using unit unt with arbitrary spacing, using values in vec as spacing data
creates achse object with linear spacing, using delta and first
creates achse object with logarithmic spacing, using delta and first
achse used to describe the different dimensions (axes) of a signal object.
Example:
creates a logarithmic frequency axis with values 0.01 Hz, 0.1 Hz, 1 Hz, 10 Hz
has the same result as
a = achse(unit(label), 0, 1/samplerate)
If values = spacing(achse1, N) and N > n then values(n:N) == spacing(cut(achse1, n), N+1-n)See also: horzcat