代码搜索:plot

找到约 10,000 项符合「plot」的源代码

代码结果 10,000
www.eeworm.com/read/442985/7640438

m exa031101_conv.m

%---------------------------------------------------------------------------- % exa031101_conv.m, for example 3.11.1 % % 不使用“fftfilt"文件,自己编程实现一个长序列和一个短序列的卷积。 %------------------------------------
www.eeworm.com/read/442985/7640445

m exa090501.m

%---------------------------------------------------------------------------- % exa090501.m, for example 9.5.1, %---------------------------------------------------------------------------- clear;
www.eeworm.com/read/442985/7640451

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/442757/7645385

m chap3_10.m

%PD Type Fuzzy Controller Design clear all; close all; ts=0.001; sys=tf(133,[1,25,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); e_1=0; u_1=0;u_2=0; y_1=0;y_2=0; for k=1:1:10
www.eeworm.com/read/442641/7648545

m logpn_digitize.m

n=1024; x0=0.2; x=zeros(1,n); x(1,1)=x0; for i=1:n-1 x(1,i+1)=4*x(1,i)*(1-x(1,i)); end; N=length(x); A=zeros(1); for i=1:N A=A+x(i); end; A=A/N; for i=1:N, if x(i)>=A
www.eeworm.com/read/442608/7648805

m~ rgpo.m~

function rgpoMatrix=rgpo(t,dr) % RGPO Returns a rgpo matrix and performs a rgpo plot % % rgpoMatrix=rgpo(t,dr) % % rgpoMatrix = matrix of t and dr % t = time % dr = offset of false target f
www.eeworm.com/read/442608/7648859

m rgpo.m

function rgpoMatrix=rgpo(t,dr) % RGPO Returns a rgpo matrix and performs a rgpo plot % % rgpoMatrix=rgpo(t,dr) % % rgpoMatrix = matrix of t and dr % t = time % dr = offset of false target f
www.eeworm.com/read/442445/7651649

m am.m

% am.m % Matlab demonstration script for DSB-AM modulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15; %
www.eeworm.com/read/442445/7651650

m ip_03_01.m

% MATLAB script for Illustrative Problem 3.1. % Demonstration script for DSB-AM. The message signal is % +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. echo on t0=.15;
www.eeworm.com/read/442445/7651651

m dsb2.m

% dsb2.m % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration ts=0.001; % sampling interval fc=250; % ca