photo

Djabba


Last seen: 2 dagar ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to optimize matrix multiplication speed?
Hi all, I'd like to increase computation speed of a matrix multiplication that occures many times in my code. P = PHI*(P + Q)...

ungefär 4 år ago | 2 answers | 0

2

answers

Question


simple digital filter implementation with weird result
hi, I tried to implement the following digital filter : 1/8^3*[1 - z^-8]^3 / [1 - z^-1]^3. In order to do this with the filter...

nästan 10 år ago | 0 answers | 0

0

answers

Question


Fast matrix computation of a 'riccati like' equation in a 'for' loop
hello, i'd like to optimize the following computation : for k=1:N P = A*(P + Q)*A' + W end with N very la...

ungefär 10 år ago | 3 answers | 0

3

answers