Response YR =abs(Y); % Magnitude of the Freq. response subplot(211) semilogx(f, 20*log10(YR), 'b'), grid on subplot(212) semilogx(f,rad2deg(phase(Y)), 'r'), grid on 댓글 수: 0 댓글을 달려면 로그인하십시오....
M = readtable('dB Technologies T4 PS1.xlsx','Sheet','TF');% Import transfer function data with Frequency, Magnitude, Phase (deg), and Coherence %% create filter [b,a] = butter(2,100/(96000/2));% Data in my file above originally sampled at 96kHz ...
Phase Portrait Plotter on 2D phase plane File Exchange Categories AI and StatisticsCurve Fitting ToolboxInterpolation Find more onInterpolationinHelp CenterandFile Exchange Tags plotting graph function Community Treasure Hunt Find the treasures in MATLAB Central and discover how the community can help ...