Statistics
RANK
1 411
of 275 857
REPUTATION
38
CONTRIBUTIONS
0 Questions
19 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
11
RANK
530 of 18 576
REPUTATION
3 134
AVERAGE RATING
4.50
CONTRIBUTIONS
18 Files
DOWNLOADS
87
ALL TIME DOWNLOADS
28954
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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...
7 månader ago | 0
| accepted
Submitted
Rank-Revealing QR factorization
Rank-Revealing QR factorization of an array
7 månader ago | 5 downloads |
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...
8 månader ago | 1
| accepted
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...
mer än ett år ago | 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; %...
mer än ett år ago | 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:...
mer än ett år ago | 0
| accepted
Submitted
Simple EtherCAT Slave Block SFunction for Raspberry Pi
Simple EtherCAT Slave Block SFunction for EtherCAT slave HAT with LAN9252 chip for Raspberry Pi
nästan 2 år ago | 1 download |
Submitted
Simple EtherCAT Master Block SFunction for Raspberry Pi
Simple EtherCAT Master Block SFunction for Raspberry Pi
nästan 2 år ago | 2 downloads |

Submitted
Discrete-time Periodic Riccati Equation (DPRE)
Discrete-time periodic Riccati equation solver for periodic LQ state-feedback design
nästan 2 år ago | 2 downloads |
Submitted
Simple EtherCAT Master for Simulink Windows Desktop
Simple EtherCAT Master for Simulink Windows Desktop
nästan 2 år ago | 6 downloads |
Submitted
netHAT EtherCAT Slave Block SFunction for Raspberry Pi
netHAT NXHAT52-RTE EtherCAT Slave Driver Block SFunction for Raspberry Pi
nästan 2 år ago | 1 download |

Submitted
Trajectory Generator using the Reflexxes Motion Library
Simulink block for online trajectory generation using the Reflexxes Motion Library.
nästan 2 år ago | 2 downloads |
Submitted
Polynomial roots with Jenkins-Traub algorithm
Find polynomial roots with Jenkins-Traub algorithm.
nästan 2 år ago | 3 downloads |
Submitted
Cosine Sine Decomposition
Cosine Sine Decomposition of an array
nästan 2 år ago | 8 downloads |
Submitted
QR/RQ/QL/LQ factorizations
QR/RQ/QL/LQ factorizations of an array.
nästan 2 år ago | 14 downloads |
Submitted
Least squares with minimum-norm solution
Least squares with minimum-norm solution
nästan 2 år ago | 3 downloads |
Submitted
JQR/JRQ/JQL/JLQ factorizations
JQR/JRQ/JQL/JLQ factorizations of an array
nästan 2 år ago | 1 download |
Submitted
Total Least Squares with mixed and/or weighted disturbances
Generalized Total Least Squares with mixed and/or weighted disturbances
nästan 2 år ago | 4 downloads |
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)
ungefär 2 år ago | 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...
ungefär 2 år ago | 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...
ungefär 2 år ago | 0
| accepted
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...
mer än 2 år ago | 0
Solve (a*B) + (c*D) = E without the Symbolic Toolbox
A = E*pinv([B; D]); a = A(1); c = A(2);
mer än 2 år ago | 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:/...
mer än 2 år ago | 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...
mer än 2 år ago | 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...
mer än 2 år ago | 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...
mer än 2 år ago | 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...
mer än 2 år ago | 0
EtherCAT master in Simulink Desktop Real-Time
See example on the File Exchange Simple EtherCAT Master for Simulink Windows Desktop which uses the SOEM library and WinPcap dri...
mer än 2 år ago | 2
Linking Simulink to Bladed
There is a Simulink controller design example for GH Bladed and OpenFAST in github, see https://github.com/TUDelft-DataDrivenCo...
mer än 2 år ago | 0