Re: inverse matrix
"mswu" <maik.schormann@xxxxxxxxxxxxxx> wrote in message
news:Ms2dnbQEyPvXOojeRVn-2Q@xxxxxxxxxxxxxxx
> Hi,
>
> I want to implement a Kalman-filter on a DSP56F8323. To do that I need to
> compute a matrix (9x9). Using Gauss-Jordan algorithmen I need to divide a
> lot of figures. In my eyes there is a problem using fixed point
> arithmetics. Its not allowed to divide a smaller figure through a bigger
> one because the figure range is -1 to 0.999 and it would result in bigger
> than 1. I am DSP newby so it would be nice when somebody could help me.
>
> Best regards,
> Maik Schormann
>
>
>
As I remember all the inverseing that is done in KFs is to symmetric
matrices. eg The innovations covariance matrix will be symmetric.
[R+HPH']^-1
Shytot
.
Relevant Pages
- inverse matrix
... I want to implement a Kalman-filter on a DSP56F8323. ... Its not allowed to divide a smaller figure through a bigger ... This message was sent using the Comp.DSP web interface on ... (comp.dsp) - Re: prime number routine
... > need a routine for figuring out if a number inputted by the user is a prime ... If it is bigger than your max, then you have to start doing ... bigger than the square root of the number. ... And you don't need to divide by any number that is itself ... (comp.lang.cpp) - Re: returning none when it should be returning a list?
... It divide next by the list of previous prime numbers if next ... is not bigger than lim, count up all the times where it's not evenly ... Your basic algorithm as described above sounds workable, ... (comp.lang.python) - Re: Kerry still persists as a liar, Was: Re: The Not-So-Democratic Party, Part II
... >point since someone could quote 700 billion and have a bigger number to ... >divide it by. ... Without meaning to offend, I have noticed that more liberal people ... (sci.electronics.design) - Re: inverse matrix
... mswu wrote: ... In my eyes there is a problem using fixed point arithmetics. ... Its not allowed to divide a smaller figure through a bigger one because the figure range is -1 to 0.999 and it would result in bigger than 1. ... (comp.dsp) |
|