peak[英][pi:k][美][pik]
n.山峰;最高点;尖端;帽舌;
vi.达到高峰,达到最大值;消瘦;变憔悴;
adj.最高的;最大值的;
第三人称单数:peaks复数:peaks现在进行时:peaking过去式:peaked
是峰函数,peaks(30)是产生30×30的guassian分布矩阵,你可以去查查,它的help说的很明白
看看源程序就明白了。
>>typepeaks
function[xz,y,z]=peaks(arg1,arg2)
%PEAKSAsamplefunctionoftwovariables.
%PEAKSisafunctionoftwovariables,obtainedbytranslatingand
%scalingGaussiandistributions,whichisusefulfordemonstrating
%MESH,SURF,PCOLOR,CONTOUR,etc.
%Thereareseveralvariantsofthecallingsequence:
%
%Z=PEAKS;
%Z=PEAKS(N);
%Z=PEAKS(V);
%Z=PEAKS(X,Y);
%
%PEAKS;
%PEAKS(N);
%PEAKS(V);
%PEAKS(X,Y);
%
%[X,Y,Z]=PEAKS;
%[X,Y,Z]=PEAKS(N);
%[X,Y,Z]=PEAKS(V);
%
%Thefirstvariantproducesa49-by-49matrix.
%ThesecondvariantproducesanN-by-Nmatrix.
%ThethirdvariantproducesanN-by-NmatrixwhereN=length(V).
%ThefourthvariantevaluatesthefunctionatthegivenXandY,
%whichmustbethesamesize.TheresultingZisalsothatsize.
%
%Thenextfourvariants,withnooutputarguments,doaSURF
%plotoftheresult.
%
%Thelastthreevariantsalsoproducetwomatrices,XandY,for
%useincommandssuchasPCOLOR(X,Y,Z)orSURF(X,Y,Z,DEL2(Z)).
%
%Ifnotgivenasinput,theunderlyingmatricesXandYare
%[X,Y]=MESHGRID(V,V)
%whereVisagivenvector,orVisavectoroflengthNwith
%elementsequallyspacedfrom-3to3.Ifnoinputargumentis
%given,thedefaultNis49.
%CBM,2-1-92,8-11-92,4-30-94.
%Copyright1984-2006TheMathWorks,Inc.
%$Revision:5.10.4.3$$Date:2006/06/2723:02:56$
ifnargin==0
dx=1/8;
[x,y]=meshgrid(-3:dx:3);
elseifnargin==1
iflength(arg1)==1
[x,y]=meshgrid(linspace(-3,3,arg1));
else
[x,y]=meshgrid(arg1,arg1);
end
else
x=arg1;y=arg2;
end
z=3*(1-x).^2.*exp(-(x.^2)-(y+1).^2)...
-10*(x/5-x.^3-y.^5).*exp(-x.^2-y.^2)...
-1/3*exp(-(x+1).^2-y.^2);
ifnargout>1
xz=x;
elseifnargout==1
xz=z;
else
%Selfdemonstration
disp('')
disp('z=3*(1-x).^2.*exp(-(x.^2)-(y+1).^2)...')
disp('-10*(x/5-x.^3-y.^5).*exp(-x.^2-y.^2)...')
disp('-1/3*exp(-(x+1).^2-y.^2)')
disp('')
surf(x,y,z)
axis('tight')
xlabel('x'),ylabel('y'),title('Peaks')
end
peaks是Matlab内置的,常用于做演示使用的函数,特别是绘制三维图形的时候
peaks函数根据输入参数不同,返回一个山峰的三维坐标数据
因为突然要我们找一个合适的三维数据还真有些不太方便,而此时通过这个peaks数据我们可以演示一些三维的绘图或处理,比如等高线、网格图、曲面图等
peak的意思如下:
1、巅峰,顶点;山顶;有尖峰的山;尖端,尖顶;帽檐,帽舌;极值,峰值;(艏或艉的)尖舱;斜桁外端,(帆的)后上角。
2、达到高峰,达到最大值;消瘦,衰弱,精神萎靡。
3、巅峰状态的,最高的;高峰时期的。
4、(Peak)(英)皮克(人名)。
例句
1、Atitspeak,DodgeCitywasthebiggestcowtownintheWest.
道奇市在巅峰时期是西部最大的牛镇。
2、YoucanpayatolltodriveonPike'sPeakHighwayorrelaxandtakethePike'sPeakCogRailway.
你可以付通行费开车上派克斯峰公路,或者放松一下,乘坐派克斯峰齿轨式火车。
3、Trafficcongestionisreallybadatpeakperiods.
交通拥挤状况在高峰时段真是糟糕透了。
削峰,指你的输入电平太高了,如果不把高的那里削掉的话就会失真,所以如果出现了就尽量调低增益和拉低推子