필터 지우기
필터 지우기

I have problem about aA wave net pid controllers for AQM routers

조회 수: 1 (최근 30일)
hind ali
hind ali 2015년 5월 5일
편집: hind ali 2015년 5월 6일
clc; close all;
MP=input('Learning rate of proportional='); MI=input('Learning rate of integral='); MD=input('Learning rate of derivative='); Pr=input('proportional gain='); In=input('Integral gain='); Dr=input('Derivative gain='); upper=input('upper interval='); lower=input('lower interval='); wl=input('number of wavelones='); xx=input('dilation='); c=input('IIR feed-forward coefficient='); d=input('IIR feed-back coefficient='); N=input('number of FF delays='); M=input('number of FB delays='); v=input('co-input='); accuracy=input('accuracy='); ma=input('Learning rate of dilation='); mb=input('Learning rate of translation='); mw=input('Learning rate of weight='); mc=input('Learning rate of FF coefficient='); md=input('Learning rate of FB coefficient=');
z=1; for i=0:.11:200 if i>0 & i<=50 r(z)=300; elseif i>50 & i<=100 r(z)=200; elseif i>100 & i<=150 r(z)=500; elseif i>150 & i<=200 r(z)=200; end z=z+1; end
////////// error after run the programe////////
Conversion to function_handle from double is not possible.
Error in hindawavenetpid (line 28) r(z)=300;

답변 (0개)

카테고리

Help CenterFile Exchange에서 PID Controller Tuning에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by