代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/317775/13497481
m exa090702.m
% -------------------------------------------------------------------
% exa090702.m, for example 9.7.2 and fig 9.7.2
% 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------
www.eeworm.com/read/317775/13497499
m exa120502.m
%--------------------------------------------------------------------------
% exa120502.m, for example 12.5.2 and fig12.5.4
%-----------------------------------------------------------------------
www.eeworm.com/read/317775/13497519
m exa010201a.m
%---------------------------------------------------------------------------------------
% exa010201a.m, for example 1.2.2
% 说明信号的子带分解;
%----------------------------------------------------------
www.eeworm.com/read/317659/13500084
m bpsk.m
a=[0 0 1 0 1 1 0]
l=linspace(0,2*pi,50);
f=sin(2*l);
t=linspace(0,14*pi,350);
out=1:350;
b=1:350;
d=1:350;
c=1:7;
w=1:350;
for i=1:7 %编码
if a(i)==0
for j=1:50
out(j+50
www.eeworm.com/read/317326/13505917
m sa_fig6_3.m
% Envelope of two signals resulting from propagation over flat earth
% figure 6.3
x = 0:.01:4*pi;
figure;
for j=1:3
R=.3+(j-1)*.3
X=1+R*cos(x);
Y=R*sin(x);
env=sqrt(X.^2+Y.^2);
www.eeworm.com/read/317326/13505931
m sa_fig6_2.m
% Envelope of two signals resulting from propagation over flat earth
% figure 6.2
x = 0:.01:4*pi;
figure;
for j=1:3
R=.3+(j-1)*.3
X=1+R*cos(x);
Y=R*sin(x);
env=sqrt(X.^2+Y.^2);
www.eeworm.com/read/317053/13511158
m program_05_2.m
% Program 5_2
% Program to Design Butterworth Lowpass Filter
%
% Type in the filter order and passband edge frequency
colordef black;
N = input('Type in filter order = ');
Wn = input('3-dB cutof
www.eeworm.com/read/317053/13511168
m program_04_1.m
% Program 4_1
% Generate the filter coefficients
colordef black
h1 = ones(1,5)/5; h2 = ones(1,14)/14;h3 = ones(1,200)/200;
w = 0:pi/255:pi;
% Compute the frequency responses
H1 = freqz(h1, 1, w
www.eeworm.com/read/316950/13513855
m plotcorana.m
function [z, a] = coranaEval(per)
i=0;
a=-0.9:per:0.9;
sz=size(a,2);
z=zeros(sz,sz);
for x=a
i=i+1; j=0;
for y=a
j=j+1;
z(i,j)=coranaFeval([x y]);
end
end
%Done!
%First let's look at it
www.eeworm.com/read/316950/13513870
m orderbasedexample.m
echo on
% This script shows how to use the ga using an order-based representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global distMatrix
% Setting the