Feeds
질문
dampers in transient mechanical simulation with pde toolbox
Hi all. I would like to know if pde toolbox is able to help me in the following case. I want to compute the transient time-re...
3개월 전 | 답변 수: 0 | 0
0
답변질문
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)...
4년 초과 전 | 답변 수: 2 | 0
2
답변질문
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...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
10년 초과 전 | 답변 수: 3 | 0