标签: matlab
当我尝试从数据中获取传递函数时,它总是返回此信息,我的朋友能够通过Matlab 2012获得结果(我的是2011b)。我的代码如下:
load CP.dat f=CP(:,1) gain=CP(:,2) phase=CP(:,3) gainn=10.^(gain/20) response=gainn.*exp(1i*phase) w=f*2*pi g=idfrd(response,w,0) sys=tfest(g,3)
答案 0 :(得分:1)
tfest函数被引入到R2012a版本的MATLAB中。请参阅其toolbox的发行说明;查看R2012a 新功能部分。
tfest