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$ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
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. |
FSOUT | 10 | none | Resample the simulation outputs to this sample rate before estimating the acceleration. |
Some information of the method ssm/simLPF are listed below: | |
---|---|
Class name | ssm |
Method name | simLPF |
Category | Signal Processing |
Package name | LPF_DA_Module |
VCS Version | 9261be27dd1a3f454871757ac6dc9e0fb5b06f94 |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
![]() |
Method: ssm/respcst | Method: ssm/viewDetails | ![]() |
©LTP Team