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

1 view (last 30 days)
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!

Answers (1)

Keyur Mistry
Keyur Mistry on 23 Sep 2020
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

Categories

Find more on MATLAB in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!