Feeds
질문
when i am using dataset i am not getting plot of actual and estimate overlap why
i am doing research work on signal processing,i am doing simulation on heatexcahnger daisy dataset using pso as optimizer,i had ...
11일 전 | 답변 수: 1 | 0
1
답변질문
kindly check code i am unable to get actual and estimated it is system identification
clc clear close all %% ========================================== % READ HEATING SYSTEM DATASET %% ========================...
14일 전 | 답변 수: 1 | 0
1
답변질문
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 %% =============================== ...
17일 전 | 답변 수: 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...
5개월 전 | 답변 수: 1 | 0
