代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/409142/11345472
m plot_snr.m
clear;
%用来仿真QAM的误bit率
snr=1:1:11;
%先来计算理论误bit率
error_theory=(1-(1-(2*(1-1/sqrt(16))*1/2*erfc(1/sqrt(2)*sqrt(3*4*10.^(snr/10)/(16-1))))).^2)/4;
%用理论的误bit率来决定需要仿真的点数
N=floor(1./error_theory)*100+1
www.eeworm.com/read/409142/11345476
m plot_astrology.m
function plot_astrology(a,b)
%画出星座图
figure(1)
subplot(1,1,1)
plot(a,b,'*');
axis([-5 5 -5 5]);
line([-5,5],[0,0],'LineWidth',3,'Color','red');
line([0,0],[-5,5],'LineWidth',3,'Color','red');
t
www.eeworm.com/read/263516/11358499
m fm_plot.m
function fm_plot(flag)
% FM_PLOT plot results of Continuation Power Flow,
% Optimal Power Flow and Time Domain
% Simulations.
%
% FM_PLOT(FLAG)
% FLAG 0 -> create variable li
www.eeworm.com/read/263516/11358855
bmp plot_arrowup.bmp
www.eeworm.com/read/263516/11358862
bmp plot_zoomxy.bmp
www.eeworm.com/read/263516/11358872
bmp plot_txt.bmp
www.eeworm.com/read/263516/11358874
bmp plot_text.bmp
www.eeworm.com/read/263516/11358879
bmp plot_axesy.bmp
www.eeworm.com/read/263516/11358894
bmp plot_mtv.bmp
www.eeworm.com/read/263516/11358907