rf_plot#

Plotting functions for internal use.

Functions

plot_basic_rf_controller(w, h)

Plot the frequency response of the basic RF controller, used in function basic_rf_controller of the rf_control module.

plot_calc_psd(result)

Plot the spectrum, used in function calc_psd_coherent and calc_psd of the rf_noise module.

plot_cav_ss(wrf, hrf, wbm, hbm)

Plot the spectra of cavity model, used in function cav_ss of the rf_sim module.

plot_loop_analysis(f_wf, L, S, T, fs, Ts, label)

Plot the loop analysis results, used in function loop_analysis of the rf_control module.

plot_plot_Guassian(X, Y)

Plot the Guassian distribution, used in function plot_Guassian of the rf_misc module.

plot_plot_ellipse(X, Y)

Plot the ellipse, used in function plot_ellipse of the rf_misc module.

plot_rf_power_req(Pfor, Pref, QL_vec)

Plot the required RF power, used in function rf_power_req of the rf_sim module.

plot_ss_discrete(fc, Ac_dB, Pc_deg, fd, ...)

Plot the frequency responses of the continous and discrete state-space equations, used in function ss_discrete of the rf_control module.

plot_ss_freqresp(f_wf, A_wf_dB, P_wf_deg, h, ...)

Plot the frequency response of a state-space system, used in function ss_freqresp of the rf_control module.

plot_basic_rf_controller(w, h)[source]#

Plot the frequency response of the basic RF controller, used in function basic_rf_controller of the rf_control module.

plot_calc_psd(result)[source]#

Plot the spectrum, used in function calc_psd_coherent and calc_psd of the rf_noise module.

plot_cav_ss(wrf, hrf, wbm, hbm)[source]#

Plot the spectra of cavity model, used in function cav_ss of the rf_sim module.

plot_loop_analysis(f_wf, L, S, T, fs, Ts, label)[source]#

Plot the loop analysis results, used in function loop_analysis of the rf_control module.

plot_plot_Guassian(X, Y)[source]#

Plot the Guassian distribution, used in function plot_Guassian of the rf_misc module.

plot_plot_ellipse(X, Y)[source]#

Plot the ellipse, used in function plot_ellipse of the rf_misc module.

plot_rf_power_req(Pfor, Pref, QL_vec)[source]#

Plot the required RF power, used in function rf_power_req of the rf_sim module.

plot_ss_discrete(fc, Ac_dB, Pc_deg, fd, Ad_dB, Pd_deg, Ts)[source]#

Plot the frequency responses of the continous and discrete state-space equations, used in function ss_discrete of the rf_control module.

plot_ss_freqresp(f_wf, A_wf_dB, P_wf_deg, h, fs, Ts, title)[source]#

Plot the frequency response of a state-space system, used in function ss_freqresp of the rf_control module.