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에서 Frequency-Domain Analysis에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by