Building an LPF model


Building an LPF model is done in just the same was as building the LTP and the noise models. For example, to build the LPF model version 'Best Case June 2011' you can do:

      % Build the desired version of the LPF model      
      lpf = ssm(plist('built-in', 'LPF', 'Version', 'Best Case June 2011'));
To see what other versions of the LPF ssm model are available, and how to configure them, use the model documentation:
      % Get help on the model
      help ssm_model_LPF



©LTP Team