代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/441512/7669470
jpg ber-plot.jpg
www.eeworm.com/read/440155/7693417
f90 plot.f90
!C############################################################
PROGRAM PLOTP
!C############################################################
!C This code produces plots of grid, velocity vectors
www.eeworm.com/read/439975/7696332
m plot_orbit.m
%This Function show the satellite and its orbit+Earth geometry
%CopyRight By Moein Mehrtash
%**************************************************************************
% Written by Moein Mehrtash,
www.eeworm.com/read/439271/7713157
m qft_plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('Control input');
figure(3);
www.eeworm.com/read/438910/7724653
m plot_sim.m
function plot_sim(offset,xlims,PRN)
% offset = str2num(offset);
% PRN = str2num(PRN);
% xlims = str2num(xlims);
global s0;
[s0 t] = create_code_samples_for_demo(PRN,0);
[s1 t] = create_code_
www.eeworm.com/read/438360/7732516
m spec_plot.m
function spec_plot(x,str)
P=spectrum(x,1000,0,hanning(300));
plot(10*log10(P(:,1)),str);
return;
www.eeworm.com/read/438330/7732736
m mud_plot.m
%在DS-spread spectrum系统中,噪声为加性高斯白噪声,传统单用户检测,线性解相关多用户检测和最小均方误差多用户检测的性能比较
clear all
close all
clc;
%prompt={'Enter the numbers of user:','Enter the length of user code:','Enter the power of the user code
www.eeworm.com/read/437834/7741207
asv plot_data.asv
%Nguoi lap trinh: Lam Quoc Hung
%Mon hoc: Lap trinh nang cao.
%File: Plot_data.m : Ve hinh du lieu trong
figure(1);
subplot(2,1,1);
plot(y.signals(1).values,'b');grid on;
legend('Goc con la
www.eeworm.com/read/437834/7741217
m plot_data.m
%Nguoi lap trinh: Lam Quoc Hung
%Mon hoc: Lap trinh nang cao.
%File: Plot_data.m : Ve hinh du lieu trong
figure(1);
subplot(2,1,1);
plot(y.signals(1).values,'b','Linewidth',2.0);grid on;
le
www.eeworm.com/read/437190/7753683