Statistics
4 Questions
0 Answers
RANK
98,108
of 301,955
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 21,472
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 177,707
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 ...
5 days ago | 1 answer | 0
1
answerQuestion
kindly check code i am unable to get actual and estimated it is system identification
clc clear close all %% ========================================== % READ HEATING SYSTEM DATASET %% ========================...
7 days ago | 0 answers | 0
0
answersQuestion
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 %% =============================== ...
11 days ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
