代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/314041/6955425
m plrandom.m
for ii=1:100
a0=0;
a1=8e-6;
k=0.5;
j=sqrt(-1);
%di=[150];
di=150*rand(1,10);
%gi=[0.4];
gi=0.2*(rand(1,10)-0.5);
f=[1:1000]/1000*30e6;
for i=1:1000
Hf(i)=sum(gi.*exp(-(a0+a1*f(i)^k).*
www.eeworm.com/read/381420/6957330
m ex219.m
%********************************************************
%程序:EX219.M
%功能:叠加绘图函数hold使用实例
%********************************************************
x=-5:5; %定义x坐标轴范围
y1=randn
www.eeworm.com/read/267398/6961151
m complex1.m
clc
clear
load sn8kxy1;
load 131o8kxy1;
for i=1:1:40000
xx(i)=xx1(i)+xx2(i);
end
for j=1:1:41200
yy(j)=yy1(j)+yy2(j);
end
subplot(2,1,1);
plot(yy);
subplot(2,1,2);
H=fft(yy)
www.eeworm.com/read/212797/6962522
m vtb7.m
% VTB7
%
% VTB7_1 is an example of taking a power spectral density
% of data. The power spectral density of a signal
% containing .5 Hz and 1.59 Hz signals is plotted.
% VTB7_2 g
www.eeworm.com/read/212797/6962540
m vtb8_1.m
function vtb8_1
% VTB8_1 [node,ncon,zero,force]=VTB8_1
% Makes input file for VTB8_2
% I suggest you print the file vtb8read.
% Joseph C. Slater, 6-17-90
% Copyright (c) 1990-94 by Joseph C. Slater
www.eeworm.com/read/212797/6962556
m vtb3_5.m
function [ap,bp]=vtb3_5(a0,a,b,N,T)
%VTB3_5 Plot Fourier Series Approximation of Function.
% VTB3_5(a0,a,b,N,T) Plot the Fourier series defined by:
% N is the number of terms. Other arguments as de
www.eeworm.com/read/212797/6962569
m vtb4_2.m
function [xx,vv,tt]=vtb4_2(M,K,x0,v0,tf,plotpar)
%VTB4_2 Free response of an undamped system.
% [x,v,t]=VTB4_2(M,K,x0,v0,tf) will return the displacement (x) and
% velocity (v) response for the system
www.eeworm.com/read/469627/6972291
m mtd.m
clc
clear all
close all
fr=10e3;
tr=1/fr;
fs=8e6;
ts=1/fs;
fd=2.5e3;
lemna=0.01;
sita=0.027;%固定杂波速度方差
sita1=0.06;%动杂波速度方差
sita2=0.06;%动杂波速度方差
choose=3;
f1=1:50;
f2=-49:50;
f3=-24.5:25;
www.eeworm.com/read/469627/6972299
asv mtd.asv
clc
clear all
close all
fr=10e3;
tr=1/fr;
fs=8e6;
ts=1/fs;
fd=2.5e3;
lemna=0.01;
sita=0.027;%固定杂波速度方差
sita1=0.06;%动杂波速度方差
sita2=0.06;%动杂波速度方差
choose=3;
f1=1:50;
f2=-49:50;
f3=-24.5:25;
www.eeworm.com/read/469416/6976189
m plotcov2.m
% PLOTCOV2 - Plots a covariance ellipse with major and minor axes
% for a bivariate Gaussian distribution.
%
% Usage:
% h = plotcov2(mu, Sigma[, OPTIONS]);
%
% Inputs:
% mu -