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 months 前 | 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 months 前 | 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 year 前 | 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 year 前 | 1 个回答 | 0

