Skip to content

Commit f91ba73

Browse files
authored
Update KalmanInverter.m
Changing initial parameters and fighting against increasing entropy
1 parent af3cde3 commit f91ba73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

+inverse/@KalmanInverter/KalmanInverter.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959

6060
%
6161
%evolution prior scaling parameter (in dB)
62-
evolution_prior_db = -34
62+
evolution_prior_db = 0
6363

6464
%
65-
%dB value for steering the intial prior
65+
%dB value for steering the initial prior
6666
%
6767
initial_prior_steering_db = 0;
6868

0 commit comments

Comments
 (0)