How do you create a Nyquist plot from experimental values of voltage gain and phase shift found in a .csv?

2 次查看(过去 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!

回答(1 个)

Keyur Mistry
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

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

产品


版本

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by