Feeds
질문
sine wave measure differ
function y = generate_sine() persistent t Ts = 0.0001; if isempty(t) t = 0; end y = sin(377 * t); t = t + Ts...
8개월 전 | 답변 수: 1 | 0
1
답변질문
ask MATLAB function block
I want make this equation to MATLAB function block.This is luenberger observer to extend model when gird voltage estimation at s...
8개월 전 | 답변 수: 1 | 0
1
답변질문
how can i calculate this equation using matlab
Here's the English translation of your request: "When assuming to solve the equation below, how would you construct a sentence ...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
Is there anyone here who can help me with Luenberger observer?(3Phase pwm converter)
I've been struggling with this issue for a month now. I'm designing an observer for a 3-phase PWM converter, and I keep getting ...
1년 초과 전 | 답변 수: 1 | 0

