代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/147096/12584128
m dis_spct.m
% Example of Plotting the Discrete Spectrum
echo on
function='lambda';
a=-1.3;
b=3.3;
n=24;
tol=0.1;
xx=fseries(function,a,b,n,tol);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
www.eeworm.com/read/300086/13936668
m dis_spct.m
% Example of Plotting the Discrete Spectrum
echo on
function='lambda';
a=-1.3;
b=3.3;
n=24;
tol=0.1;
xx=fseries(function,a,b,n,tol);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
www.eeworm.com/read/202788/15372886
m dis_spct.m
% Example of Plotting the Discrete Spectrum
echo on
function='lambda';
a=-1.3;
b=3.3;
n=24;
tol=0.1;
xx=fseries(function,a,b,n,tol);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
www.eeworm.com/read/101557/15826583
m dis_spct.m
% Example of Plotting the Discrete Spectrum
echo on
function='lambda';
a=-1.3;
b=3.3;
n=24;
tol=0.1;
xx=fseries(function,a,b,n,tol);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
www.eeworm.com/read/420106/10816580
m sigplot2win_s.m
function [sys,x0,str,ts] = sigplot2win_s(t,x,u,flag, restParams)
%SIGPLOT2WIN_S S-function for plotting radar signals.
%
%--------
%Synopsis:
% [sys,x0,str,ts] = sigplot2win_s(t,x,u,flag, restParams
www.eeworm.com/read/463474/7180269
m m_dre.m
function m_dre(drefun,nbiter,y0,rParam)
%discrete recursive ecuation solver for attractor plotting (y[n]=drefun(y[n-1]))
Y=zeros(2,length(y0));
Y(1,:)=y0;
Y(2,:)=feval(drefun,y0,rParam);
ud.sto
www.eeworm.com/read/456354/7351331
m dis_spct.m
% Example of Plotting the Discrete Spectrum
echo on
function='lambda';
a=-1.3;
b=3.3;
n=24;
tol=0.1;
xx=fseries(function,a,b,n,tol);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
pause % Pr
www.eeworm.com/read/448535/7531287
m plotw.m
function plotw(phi,psi,p1,p2,n,ax,XT,l1,l2)
% help function for plotting wavelets
% normalize the scaling function
dt = phi(2,1) - phi(1,1);
e = phi(:,2)'*phi(:,2)*dt;
phi(:,2) = phi(:,2)/sqrt
www.eeworm.com/read/298073/7975682
m psk_awgn_phase.m
% This does the plotting for 2/4/8/16-PSK
%div_const=1.1;
input_angle_vector = [pi/2 pi/4]'
phase_error=pi/100;
angle_vector=input_angle_vector(1:length(input_angle_vector)-1,1);
angle_vector(1)=pi/2
www.eeworm.com/read/398034/8009008
m sa_fig4_25.m
% Smart Antennas figure 4.25 plotting 3-d circular array patterns
th0=input('What is the steering angle for \theta0?')
ph0=input('What is the steering angle for \phi0?')
th0=th0*pi/180;
ph0=ph0*p