Murat Dogruel
Murat Dogruel
  • 3
  • 220
Harmonik Kontrol Dizileri Yöntemi (Turkish)
You can get information about Harmonic Control Arrays Method at:
mimoza.marmara.edu.tr/~mdogruel/HCA/
Переглядів: 9

Відео

Live: Chaos Trajectory in 3D (Chua's Circuit)
Переглядів 7810 місяців тому
A discrete-time simulation of Chua's Circuit exhibiting chaotic behavior. The video is produced using the following Matlab Code: Ts=0.001; % sampling time x0=[1.1; 0.1; 1.5]; %initial condition alpha=9; beta=15; m=-1.45; n=-0.8; plant_f = @(x) x Ts*[alpha*(-x(1)-[n*x(1) 0.5*(m-n)*(abs(x(1) 1)-abs(x(1)-1))] x(2)); x(1)-x(2) x(3); -beta*x(2)]; Ns=400000; X=NaN(3,Ns); X(:,1)=x0; for n=2:Ns X(:,n)=...
Harmonic Control Arrays _ 25112020
Переглядів 1334 роки тому
The Harmonic Control Array (HCA) method is an effective control solution for systems with periodic references and/or disturbances. The HCA method, by employing controllers in an array structure for each dispersed harmonic components, automatically and appropriately constructs the complex levels of the harmonic components of the control input signal. This video is from the online class of Nov. 2...