Community Profile

photo

Ivo Houtzager


Last seen: 2 months 前 自 2008 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

All
  • Knowledgeable Level 2
  • GitHub Submissions Level 3
  • 3 Month Streak
  • Revival Level 2
  • Explorer
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • First Answer
  • Scavenger Finisher
  • Solver

查看徽章

Feeds

排序方式:

已提交


Motion Trajectory Generator using the Ruckig Library
Simulink block for online motion trajectory generation using the Ruckig Library.

2 months 前 | 1 次下载 |

已提交


Trajectory Generator using the Reflexxes Motion Library
Simulink block for online trajectory generation using the Reflexxes Motion Library.

2 months 前 | 3 次下载 |

已提交


Simple EtherCAT Slave Block SFunction for Raspberry Pi
Simple EtherCAT Slave Block SFunction for EtherCAT slave HAT with LAN9252 chip for Raspberry Pi

9 months 前 | 1 次下载 |

已回答
Error using Kalman function - cannot compute stabilizing Riccati solution
Your state-space model is probably not a minimal realization, in other words not fully obervable or not fully controllable. Perf...

1 year 前 | 0

已回答
Solve Linear System with a Ill Conditioned matrix.
Please have look at the following regress function, see PBSID-Toolbox/regress.m at master · jwvanwingerden/PBSID-Toolbox · GitHu...

1 year 前 | 0

| 已接受

已提交


Rank-Revealing QR factorization
Rank-Revealing QR factorization of an array

1 year 前 | 7 次下载 |

已回答
How to solve the Lyapunov equation with unknowns
One inefficient way is too convert the Lyaponuv Matrix equation to linear system using the vectorization rule, and solve the lin...

2 years 前 | 1

| 已接受

已回答
discrete transfer function block replace of contioues transfer function block
You can't use the same parameters of the continuous-time filter in the discrete-time filter. You will have to discretize the fil...

2 years 前 | 0

已回答
Least square parameter estimation of MIMO ARX model
Example script to obtain the parameters of a MIMO ARX model (VARX) using least squares. N = 1000; % number of samples p = 5; %...

2 years 前 | 0

已回答
System ID function AR or ARMAX
Define a step input, and fit OE model as this model structure fits your data the best. See updated code below. % generate data:...

2 years 前 | 0

| 已接受

已提交


Simple EtherCAT Master Block SFunction for Raspberry Pi
Simple EtherCAT Master Block SFunction for Raspberry Pi

3 years 前 | 7 次下载 |

Thumbnail

已提交


Discrete-time Periodic Riccati Equation (DPRE)
Discrete-time periodic Riccati equation solver for periodic LQ state-feedback design

3 years 前 | 1 次下载 |

已提交


Simple EtherCAT Master for Simulink Windows Desktop
Simple EtherCAT Master for Simulink Windows Desktop

3 years 前 | 6 次下载 |

已提交


netHAT EtherCAT Slave Block SFunction for Raspberry Pi
netHAT NXHAT52-RTE EtherCAT Slave Driver Block SFunction for Raspberry Pi

3 years 前 | 1 次下载 |

Thumbnail

已提交


Polynomial roots with Jenkins-Traub algorithm
Find polynomial roots with Jenkins-Traub algorithm.

3 years 前 | 2 次下载 |

已提交


Cosine Sine Decomposition
Cosine Sine Decomposition of an array

3 years 前 | 3 次下载 |

已提交


QR/RQ/QL/LQ factorizations
QR/RQ/QL/LQ factorizations of an array.

3 years 前 | 5 次下载 |

已提交


Least squares with minimum-norm solution
Least squares with minimum-norm solution

3 years 前 | 2 次下载 |

已提交


JQR/JRQ/JQL/JLQ factorizations
JQR/JRQ/JQL/JLQ factorizations of an array

3 years 前 | 1 次下载 |

已提交


Total Least Squares with mixed and/or weighted disturbances
Generalized Total Least Squares with mixed and/or weighted disturbances

3 years 前 | 4 次下载 |

已回答
How to transform matrix V? (A = V*F*inv(V))
I believe you want to compute the Jordan canonical form of A. This can be done by [V,F] = jordan(A)

3 years 前 | 0

已回答
Solving 4 linear equations with 4 unknowns (but vector variables)
Rewrite the linear equations to the linear matrix form of Y = A * X and then solve this linear matrix problem, see the following...

3 years 前 | 0

已回答
lsim giving wrong results
Your end time in seconds do not match between the plots. The lsim simulates only up to 50 seconds which was set by the T variabl...

3 years 前 | 0

| 已接受

已回答
How to convert fmincon to C code?
The fmincon is supported by code generation, but there are limitations on syntax and options which can be used, see the followin...

3 years 前 | 0

已回答
Solve (a*B) + (c*D) = E without the Symbolic Toolbox
A = E*pinv([B; D]); a = A(1); c = A(2);

3 years 前 | 0

已回答
Simulink Real-Time CPU overload in standalone mode
I had the same issue. For me disabling "USB Support" in the target settings solved it. Also the disable SMI block from https:/...

3 years 前 | 0

已回答
Simulink Real-Time and non-Speedgoat Machine
Answer for Simulink Real-Time version up to 2020a. The target PC must be able to run DOS. Thus motherboards with UEFI only firmw...

3 years 前 | 6

已回答
Simulink Real-Time: boot in UEFI mode
Simulink Real-Time runs OnTime RTKernel on DOS. MS-DOS or FreeDOS require a BIOS interface to boot. Thus it's not possible for U...

3 years 前 | 0

已回答
Generate DLL from Simulink model
There is a Simulink controller design example to create DLL for GH Bladed and OpenFAST in github, see https://github.com/TUDelf...

3 years 前 | 0

已回答
Is it possible to add EtherCAT Master to Raspberry Pi Simulink Support Package?
See example on the File Exchange Simple EtherCAT Master Block SFunction for Raspberry Pi which shows basic usage of the Simple O...

4 years 前 | 0

加载更多