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.
Website auswählen
Wählen Sie eine Website aus, um übersetzte Inhalte (sofern verfügbar) sowie lokale Veranstaltungen und Angebote anzuzeigen. Auf der Grundlage Ihres Standorts empfehlen wir Ihnen die folgende Auswahl: .
Sie können auch eine Website aus der folgenden Liste auswählen:
So erhalten Sie die bestmögliche Leistung auf der Website
Wählen Sie für die bestmögliche Website-Leistung die Website für China (auf Chinesisch oder Englisch). Andere landesspezifische Websites von MathWorks sind für Besuche von Ihrem Standort aus nicht optimiert.
Amerika
- 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)