Feeds
提问
kindly check code i am unable to get actual and estimated it is system identification
clc clear close all %% ========================================== % READ HEATING SYSTEM DATASET %% ========================...
4 hours 前 | 0 个回答 | 0
0
个回答提问
by using dataset for heat exchanger with model equation i written code but its not generating correct estimation values
clc clear close all %% =============================== % READ HEAT EXCHANGER DATASET %% =============================== ...
4 days 前 | 0 个回答 | 0
0
个回答提问
how to add noise with vairience 0.002 in the code with mean 0
a = -1; b = 1; g = a + (b-a).*rand(1,250); x = zeros(1,250); k = zeros(1,250); v = 0.01*randn(1,250); for n = 1:250 k...
4 months 前 | 1 个回答 | 0
