frestimate (data,w,units) not working
이전 댓글 표시
Hello,
I am trying to do a frequency response analysis of Boost converter output impedance in simulink.
I have previously used the frestimate function succesfully, and I am not sure what is now causing the problem.
Frequency response estimator is setup with sample time equal to switching period. Excitation Signal source is Block parameters.
Experiment mode is sinestream, and I am processing offline, in MATLAB using command below.
logdata=logsout{1}.Values;
sys_estim=frestimate(logdata,f_test,'Hz');
I get the following error:
Index exceeds the number of array elements (0).
Error in freblkData2Frd (line 35)
IsSuperimposeMode = running(2)>(SI+SS)/2;
Error in frestimate (line 78)
varargout{1} = freblkData2Frd(data,w,units);
What is causing this problem? Thanks alot!
채택된 답변
추가 답변 (1개)
miguel rodriguez
2021년 7월 26일
0 개 추천
I'm experiencing the same thing, can someone from Matlab comment on this? Removing the scopes seems a bit arbitrary.
카테고리
도움말 센터 및 File Exchange에서 Offline Frequency Response Estimation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!