代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/295753/8142211
pro sin.pro
pro sin
x=findgen(100)
y=sin(6*!pi/100.*x)/exp(x/50)
plot,y
end
www.eeworm.com/read/333652/12666975
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/333609/12668899
m manvoice.m
clear;
[x,fs,NBITS]=wavread('voice.wav');
x=resample(x,8000,fs);figure(1);plot(x);title('重抽样后的信号');grid;
%figure(1);plot(x);grid;
figure(2);
specgram(x,512,8000,hamming(256),250); %窄带语谱图
titl
www.eeworm.com/read/333606/12668973
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/333606/12669017
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
www.eeworm.com/read/247235/12671974
m tito_speech.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TITO_Speech.m
% This program gives an example of the mixed speech signal example.
% Two source
www.eeworm.com/read/247210/12673608
txt waveletcontrast.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%仿真的例子是 [1,T,T^2/2] [0]
% x(k+1)= | 0,1, T| *x(k) +|0|*J(k)
% [ 0,0, 1] [T]
www.eeworm.com/read/333524/12677461
m plotusage.m
function plotUsave(sv)
% Plot the elemet usage for a multi-elemet DAC
T = size(sv,2); M = size(sv,1);
% Plot the grid
x=[0:T; 0:T]; x=x(:)';
T2 = ceil((T+1)/2);
y=[zeros(1,T2); M*ones(2,T2);
www.eeworm.com/read/333417/12683788
m holder.m
function h=holder(tfr,f,n1,n2,t,pl)
%HOLDER Estimate the Holder exponent through an affine TFR.
% H=HOLDER(TFR,F,N1,N2,T) estimates the Holder exponent of a
% function through an affine time-frequenc