-
Notifications
You must be signed in to change notification settings - Fork 0
Description
This is an attempt at making a plot of the relative error in the identified gains given reference noise (i.e. unmeasured process noise or noise in the human's ability to estimate the feedback error) and platform perturbation level. There is no output measure noise. This confirms the conclusions in the van der Kooij work, but gives at idea of the magnitudes of the platform acceleration needed to directly identify the gains given some level of reference noise. I've played around with a bunch of ways to plot this, and this seems to work best. So far I'm plotting each gain in a subplot showing a heatmap of the relative error in the gain identification. The cap of the error colors is 0.5 in this case and you'll see "blanks" if the error is above 0.5 (the gain in the bottom left has one that is 233% error). I cap them so I can use the same scale colorbar for each plot. I can also filter the heatmap to give averages around pixel groups so that some of the spikes are toned down. Anyways, is this a good way to plot this? I'm going to make the same plot for indirect ID. The gain error in indirect id should only be affected by the reference noise level and not the platform accel level.
