代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/210154/15205893
m ip_02_05.m
% MATLAB script for Illustrative Problem 5, Chapter 2.
echo on
% first part
Sx1=[ones(1,32)];
Rx1=ifft(Sx1,32);
% second part
Sx2=[ones(1,16),zeros(1,224),ones(1,16)];
Rx2=ifft(Sx2,256);
% pl
www.eeworm.com/read/210153/15205902
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
t=[-.
www.eeworm.com/read/209621/15216368
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
t=[-.
www.eeworm.com/read/205721/15309143
m,v pickgeom.m,v
head 3.0;
access;
symbols;
locks; strict;
comment @// @;
3.0
date 2000.06.13.19.18.03; author gilles; state Exp;
branches;
next ;
desc
@Release 3
@
3.0
log
@*** empty log message ***
@
text
@fun
www.eeworm.com/read/205721/15309150
m pickgeom.m
function [pts]=pickgeom(datain,npts,dist)
%finding plotting limits of source receiver geometry +50 meters on each side
minx=min(min([datain.th{1}(31,:) datain.th{1}(37,:)]))-dist;
maxx=max(max([datai
www.eeworm.com/read/476069/6773281
m ip_02_07.m
% MATLAB script for Illustrative Problem 2.7.
echo on
N=256; % number of samples
deltaf=0.1; % frequency separation
f=[0:deltaf:(N/2)*deltaf, -(N/2-1)*deltaf:deltaf:-d
www.eeworm.com/read/476069/6773287
m ip_02_05.m
% MATLAB script for Illustrative Problem 5, Chapter 2.
echo on
% first part
Sx1=[ones(1,32)];
Rx1=ifft(Sx1,32);
% second part
Sx2=[ones(1,16),zeros(1,224),ones(1,16)];
Rx2=ifft(Sx2,256);
% pl
www.eeworm.com/read/476071/6773295
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
t=[-.
www.eeworm.com/read/475765/6778101
m ex1_7.m
% EX1_7.M Define t values (151 points, 0.0, 0.01, ...) and
% plot y(t)=(2*sqrt(3)/9)*exp(-4*t).*sin(w*t + pi/3)
t=[0:.01:1.5];
% Define y(t)
w= 4*sqrt(3); % Fixed frequency
y=(2*sqrt(3)/9)*
www.eeworm.com/read/293183/8310849
m solvb.m
function [w1,b1,w2,b2,k,tr] = solverb(p,t,tp)
%SOLVERB Design radial basis network.
%
% [W1,B1,W2,B2,TE,TR] = SOLVERB(P,T,DP)
% P - RxQ matrix of Q input vectors.
% T - SxQ matrix of Q target vec