LTPDA Toolbox™ | contents | ![]() ![]() |
SIMLPF performs a simulation of LPF. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: SIMLPF runs a simulation of the input LPF model with the given configuration. This is just a convenient wrapper around ssm/simulate. CALL: out = simLPF(lpf, pl) % noise simulation out = simLPF(lpf, inputs, pl) % injected signals simulation INPUTS: pl - a parameter list lpf - input LPF ssm object inputs - an array of input AOs OUTPUTS: out - Parameters Description VERSION: $Id: simLPF.m,v 1.1 2012/03/01 08:32:13 hewitson Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | ssm |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Default |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
INPUTS | {} [0x0] | none | The names of the input ports, one for each input AO. |
OUTPUTS | {} [0x0] | none | The names of the additional system outputs to return. |
NSECS | 10000 | none | The length of simulation. If input signals are given, the length of the shortest input AO is used. |
USE F_CMD | 1 |
|
Use the simulated commanded forces for conversion to acceleration. |
NOISE ON | 1 |
|
Simulate with noise on or off. |
TRIM | 100 | none | How many seconds to trim from both ends of the resulting time-series. |
Some information of the method ao/simLPF are listed below: | |
---|---|
Class name | ao |
Method name | simLPF |
Category | Signal Processing |
CVS Version | $Id: simLPF.m,v 1.1 2012/03/01 08:32:13 hewitson Exp $ |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
![]() |
Method: ssm/respcst | Method: ssm/viewDetails | ![]() |
©LTP Team