Skip to content
Snippets Groups Projects
Commit 5d9e0bba authored by Achilles Kappis's avatar Achilles Kappis
Browse files

Update the example in the Remote Sensing section.

parent 3faf957c
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,8 @@ Pm = ptSrcField(vPos, mPos, 7.5e2); % Primary-to-monitoring transfer function (f
Pe = ptSrcField(vPos, ePos, 7.5e2); % Primary-to-virtual transfer function (f = 750 Hz)
% Perform estimation and acquire the normalised square estimation error
[~, ~, ~, ~, ~, ~, normSqrErr] = obsFilt(Pe, Pm, [], 1e2); % Use regularisation factor 100
Oopt = obsFilt(Pe, Pm, [], 1e2); % Use regularisation factor 100 to calculate the observation filter
[~, ~, ~, normSqrErr] = obsFileEst(Pm, Oopt, Pe, []); % Perform estimation
```
#### Acknowledgments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment