Amirali Najafi
Followers: 0 Following: 0
Feeds
已回答
how to tune pid controller using genetic algorithm?
Code credit to Steve Brunton close all; clear all; clc dt = 0.001; PopSize = 25; MaxGenerations = 10; s = tf('s'); G = 1/...
how to tune pid controller using genetic algorithm?
Code credit to Steve Brunton close all; clear all; clc dt = 0.001; PopSize = 25; MaxGenerations = 10; s = tf('s'); G = 1/...
4 years 前 | 1
提问
How can I apply only the phase of a transfer function to a signal (in both Matlab and Simulink)?
I want to apply only the phase of a transfer function to my signal: H(s) = G(s)/|G(s)|, but I don't know how to formulate this ...
7 years 前 | 0 个回答 | 0