Estimating Models Using Frequency-Domain Data
現在この質問をフォロー中です
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます。
エラーが発生しました
ページに変更が加えられたため、アクションを完了できません。ページを再度読み込み、更新された状態を確認してください。
古いコメントを表示
i have got frequency domain dta from the experiment in dB and phase. when i used ystem identifcation tool box it is not accurate .
can anyone suggest how to prceoeed.
採用された回答
Star Strider
2020 年 2 月 14 日
Do not use dB.
The 'ResponseData' property stores the frequency response data as a 3-D array of complex numbers.
Amplitudes in decibels are not complex numbers.
If you are using the iddata function, see the documentation section on Frequency-Domain Data . Note that for it ‘...the data, which consists of the complex-valued input-output frequency-domain data U and Y, frequency vector W, and sample time Ts.’
Again, amplitudes in decibels are not complex numbers.
6 件のコメント
Mohammad Tauquir Iqbal
2020 年 2 月 14 日
i am using system identification app to generate the tranfer fucntion.
Mohammad Tauquir Iqbal
2020 年 2 月 14 日
what i meant is i have experiemntal bode plot. i want to get tranfer fuction from these.
the bode data will always will be in dB and phase.
i am more interested in have accurate phase not amplitude.
Mohammad Tauquir Iqbal
2020 年 2 月 14 日
changed accordingly still not accurate.
gain=10.^(Channel2MagnitudedB/20);
response = gain.*exp(1i*Channel2Phasedeg*pi/180);
Ts = 0.1; % your sampling time
w=FrequencyHz.*2*pi; %convert Hz to rad/sec
gfr = idfrd(response,w,Ts);
sys=tfest(gfr,2);
tf(sys)
[mag,ph]=bode(sys,w);
magdb=20*log10(mag);
Star Strider
2020 年 2 月 14 日
Experiment with different numbers of poles and zeros. The data and the process that created them should give you some idea of what those should be.
A reliable way of estimating the number of poles in a signal is to plot the imaginary part of the Fourier transform of it as a function of frequency. It should produce as series of curves that closely resemble tangent functions. Every one of those (that is not due to noise, so only the more significant ones) is a pole.
Mohammad Tauquir Iqbal
2020 年 2 月 14 日
is this code right ?
i tried with increased number of pole as well
Star Strider
2020 年 2 月 14 日
It appears to be correct. I cannot tell from here.
Note that plotting the imaginary part of the Fourier transform will also let you estimate the number of zeros. Those are (obviously) the zero-crossings of that plot.
It is possible to have a pole or zero at the origin, and a pole or zero at infinity as well. You need to examine that plot carefully to be certain to detect them, and then include them if they exist.
Pole-zero cancellations should not exist in an estimated system. You can use the minreal function on the estimated system to be certain that they do not.
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Filter Analysis についてさらに検索
参考
2020 年 2 月 14 日
2020 年 2 月 14 日
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
- América Latina (Español)
- Canada (English)
- United States (English)
ヨーロッパ
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
