How do you create a Nyquist plot from experimental values of voltage gain and phase shift found in a .csv?
1 回表示 (過去 30 日間)
古いコメントを表示
I have experimental values for the voltage gain and phase shift of a LC filter circuit. Is there any way in constructing a Nyquist plot with the experimental values that are located in a .csv file?
Any help would be greatly appreciated!
0 件のコメント
回答 (1 件)
Keyur Mistry
2020 年 9 月 23 日
I understand you have bode plot data in a .csv file which you want to import in MATLAB and from the data you want to obtain the Nyquist plot.
We can read .csv file into a table form using ‘readtable’ command:
More details about the ‘table’ datatype:
To get Nyquist plot, command ‘polarplot’ can be useful:
https://in.mathworks.com/help/matlab/ref/polarplot.html
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!