| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__abstract = Truebool(x) -> bool |
|||
seconds_per_timestep = param.Number(default= 1.0, doc= Number of seconds represented by 1 simulation time step. |
|||
sample_window = param.Number(default= 1.0, doc= The length of interval of the signal (in seconds) on which to perform the Fourier transform. |
|||
name = <param.parameterized.String object at 0xb20da2c>String identifier for this object. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
Call the subclass's 'function' method on a rotated and scaled coordinate system. Creates and fills an array with the requested pattern. If called without any params, uses the values for the Parameters as currently set on the object. Otherwise, any params specified override those currently set on the object.
|
|
|||
__abstractbool(x) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
|
seconds_per_timestepNumber of seconds represented by 1 simulation time step.
|
sample_windowThe length of interval of the signal (in seconds) on which to perform the Fourier transform. How much history of the signal to include in the window. sample_window > seconds_per_timestep -> window overlap The Fourier transform algorithm is most efficient if the resulting window_length(sample_window * sample_rate) is a power of 2, or can be decomposed into small prime factors; see numpy.fft.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:41 2010 | http://epydoc.sourceforge.net |