setTunedProperties
Description
setTunedProperties(
sets the tunable properties to the tuned values in the filter,tunedProps)tunedProps input
argument.
Examples
Load truth and detection data.
load("filterTuningData.mat","truth","detlog");
Create a default trackingFilterTuner object. Obtain the trackingEKF object using the FilterInitializationFcn property.
tuner = trackingFilterTuner;
filter = feval(tuner.FilterInitializationFcn,detlog{1});Tune the filter to obtain tuned properties.
tunedProps = tune(tuner,detlog,truth)
Iter RMSE Step Size 0 9.2177 1 9.1951 0.1509 2 9.0458 1.5276 3 9.0456 0.0176 4 9.0452 0.0706 5 9.0452 0.0142 6 9.0452 0.0012 7 9.0452 0.0119 8 9.0452 0.0015 9 9.0451 0.0513 10 9.0450 0.0742 11 9.0450 0.0326 12 9.0450 0.0122
tunedProps = struct with fields:
ProcessNoise: [3×3 double]
StateCovariance: [6×6 double]
Set the tunable properties of the filter by using the setTuendProperty object function of the filter. Display the tuned process noise.
setTunedProperties(filter,tunedProps); disp(filter.ProcessNoise);
0 0 0
0 0.0143 0
0 0 0.0000
Input Arguments
Tracking filter, specified as one of these objects:
Tuned values, specified as a structure. In most cases, you can generate this
structure from the tune object
function of a trackingFilterTuner object.
This structure can have different fields for different tracking filter objects since
the tunable properties of each tracking filter are different. For example, for the
trackingEKF object, this structure has two
fields: ProcessNoise and StateCovariance.
Additionally, the value format of each field varies based on the setup of the tracking
filter object. To see the tunable properties and corresponding value formats, use the
tunableProperties object function of the filter.
Extended Capabilities
C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.
Version History
Introduced in R2022b
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.
América
- América Latina (Español)
- Canada (English)
- United States (English)
Europa
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)