rf_plot#
Plotting functions for internal use.
Functions
|
Plot the frequency response of the basic RF controller, used in function |
|
Plot the spectrum, used in function |
|
Plot the spectra of cavity model, used in function |
|
Plot the loop analysis results, used in function |
|
Plot the Guassian distribution, used in function |
|
Plot the ellipse, used in function |
|
Plot the required RF power, used in function |
|
Plot the frequency responses of the continous and discrete state-space equations, used in function |
|
Plot the frequency response of a state-space system, used in function |
- plot_basic_rf_controller(w, h)[source]#
Plot the frequency response of the basic RF controller, used in function
basic_rf_controller
of therf_control
module.
- plot_calc_psd(result)[source]#
Plot the spectrum, used in function
calc_psd_coherent
andcalc_psd
of therf_noise
module.
- plot_cav_ss(wrf, hrf, wbm, hbm)[source]#
Plot the spectra of cavity model, used in function
cav_ss
of therf_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 therf_control
module.
- plot_plot_Guassian(X, Y)[source]#
Plot the Guassian distribution, used in function
plot_Guassian
of therf_misc
module.
- plot_plot_ellipse(X, Y)[source]#
Plot the ellipse, used in function
plot_ellipse
of therf_misc
module.
- plot_rf_power_req(Pfor, Pref, QL_vec)[source]#
Plot the required RF power, used in function
rf_power_req
of therf_sim
module.