代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/350857/10705744
m exa020502.m
%-------------------------------------------------------------------------
% exa020502.m, for example 2.5.2 and fig 2.5.6,
%------------------------------------------------------------------------
www.eeworm.com/read/350857/10705787
m exa031101_conv.m
%----------------------------------------------------------------------------
% exa031101_conv.m, for example 3.11.1
%
% 不使用“fftfilt"文件,自己编程实现一个长序列和一个短序列的卷积。
%------------------------------------
www.eeworm.com/read/350857/10705812
m exa090501.m
%----------------------------------------------------------------------------
% exa090501.m, for example 9.5.1,
%----------------------------------------------------------------------------
clear;
www.eeworm.com/read/350857/10705835
m exa030202.m
%----------------------------------------------------------------------------
% exa030202, for example 3.2.2 and fig 3.2.4
% to explain how to unwrap the phase
%------------------------------------
www.eeworm.com/read/158957/10708334
m jacobi.m
function[x,many]=jacobi(A,b,x,tol)
% 雅可比迭代法用于计算线性方程组.
% a为待解线形方程组的系数矩阵, b为常数矩阵,
% x为一初始值, tol为计算精度
% 调用格式为:[x,many]=jacobi(A,b,x,tol)
% x,tol 可省略
if nargin
www.eeworm.com/read/350801/10709158
m lfm_iq.m
%%%参数设置%%%
clc,clear,clf,close all
fs=1.2e9; %采样频率为1.2G
Ts=1/fs;
fi=900e6; %中频为900M
B=500e6; %带宽为500M
%%%输入线性调频信号%%%
T=1e-6; %脉宽为1微秒
K=B/T;
N=fix(T*fs); %取T*fs的整数部分,表示1个脉宽
www.eeworm.com/read/350558/10732184
m capacity_distance.m
clear all
B=10000;
r0=10000;
for i=1:30;
r(i)=i-0.9;
c(i)=B*log(1+r0/r(i)^4)/log(2);
end
plot(r,c)
xlabel('距离(m)')
ylabel('容量(bps)')
www.eeworm.com/read/421516/10733059
m m1.m
% M-file for Project 1 on shunt generator in Chapter 8
% loads the following machine parameters of dc machine
%
clear all % clear workspace
%
Prated = 2*746;
Vrated = 125;
Iarated = 16;
wmr
www.eeworm.com/read/421516/10733071
m m5.m
% M-file m5.m is for Project 5 on series dc machine hoist in Chapter 8
% m5.m loads the following dc machine parameters
% and plots results of simulation
Prated = 1500;
Vrated = 125;
Iara
www.eeworm.com/read/421516/10733078
m m2.m
% M-file for Project 2 on starting of dc motor in Chapter 8
% loads the following machine parameters of dc machine
% and plot results of simulation
%
Prated = 10*746;
Vrated = 220;
Iarated =