⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 en2fig7.eps

📁 time-frequency analsys tools
💻 EPS
字号:
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: MATLAB graph
%%CreationDate: 08/07/96  16:59:53
%%DocumentFonts: Times-Roman
%%DocumentNeededFonts: Times-Roman
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    51   198   543   604
%%EndComments

%%BeginProlog

% MathWorks dictionary
/MathWorks 120 dict begin

% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef

% operator abbreviations
/c  /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
/rm /rmoveto ldef
/rl /rlineto ldef
/s /show ldef
/sc /setrgbcolor ldef
/w /setlinewidth ldef
/cap /setlinecap ldef

% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef

% orientation switch
/portraitMode 	0 def
/landscapeMode 	1 def

% coordinate system mappings
/dpi2point 0 def

% font control
/FontSize 0 def
/FMS {
	/FontSize xstore		%save size off stack
	findfont
	[FontSize 0 0 FontSize neg 0 0]
	makefont
	setfont
	}bdef

/csm {
	1 dpi2point div -1 dpi2point div scale
	neg translate
	landscapeMode eq {90 rotate} if
	} bdef
% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef

% macros for lines and objects
/L {
	lineto
	stroke
	} bdef
/MP {
	3 1 roll moveto
	1 sub {rlineto} repeat
	} bdef
/AP {
	{rlineto} repeat
	} bdef
/PP {
	closepath fill
	} bdef
/DP {
	closepath stroke
	} bdef
/MR {
	4 -2 roll moveto
	dup  0 exch rlineto
	exch 0 rlineto
	neg  0 exch rlineto
	closepath
	} bdef
/FR {
	MR stroke
	} bdef
/PR {
	MR fill
	} bdef
/L1i {
	{ currentfile picstr readhexstring pop } image
	} bdef

/tMatrix matrix def
/MakeOval {
	newpath
	tMatrix currentmatrix pop
	translate scale
	0 0 1 0 360 arc
	tMatrix setmatrix
	} bdef
/FO {
	MakeOval
	stroke
	} bdef
/PO {
	MakeOval
	fill
	} bdef

/PD {
	2 copy moveto lineto stroke
	} bdef


currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

% fonts for text, standard numbers and exponents
%%IncludeFont: Times-Roman

%line width, line cap, and joint spec
0 cap 1 setlinejoin

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    51   198   543   604
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: graph1 1
bplot

/dpi2point 12 def
portraitMode 0216 7344 csm

  403    92  5902  4876 MR c np
76 dict begin %Colortable dictionary
/c0 { 0 0 0 sc} bdef
/c1 { 1 1 1 sc} bdef
/c2 { 1 0 0 sc} bdef
/c3 { 0 1 0 sc} bdef
/c4 { 0 0 1 sc} bdef
/c5 { 1 1 0 sc} bdef
/c6 { 1 0 1 sc} bdef
/c7 { 0 1 1 sc} bdef

/Helvetica 144 FMS

c1
   0    0 6914 5187 PR
6 w
DO
4 w
c0
1700 4615 mt 1700  389 L
1700  389 mt 1700  389 L
2543 4615 mt 2543  389 L
2543  389 mt 2543  389 L
3387 4615 mt 3387  389 L
3387  389 mt 3387  389 L
4231 4615 mt 4231  389 L
4231  389 mt 4231  389 L
5075 4615 mt 5075  389 L
5075  389 mt 5075  389 L
5918 4615 mt 5918  389 L
5918  389 mt 5918  389 L
 898 4615 mt 6256 4615 L
6256 4615 mt 6256 4615 L
 898 4189 mt 6256 4189 L
6256 4189 mt 6256 4189 L
 898 3763 mt 6256 3763 L
6256 3763 mt 6256 3763 L
 898 3337 mt 6256 3337 L
6256 3337 mt 6256 3337 L
 898 2911 mt 6256 2911 L
6256 2911 mt 6256 2911 L
 898 2485 mt 6256 2485 L
6256 2485 mt 6256 2485 L
 898 2059 mt 6256 2059 L
6256 2059 mt 6256 2059 L
 898 1634 mt 6256 1634 L
6256 1634 mt 6256 1634 L
 898 1208 mt 6256 1208 L
6256 1208 mt 6256 1208 L
 898  782 mt 6256  782 L
6256  782 mt 6256  782 L
 898 4615 mt  898  389 L
 898  389 mt 6256  389 L
 898 4615 mt  898  389 L
 898  389 mt 6256  389 L
 898 4615 mt  898  389 L
 898  389 mt 6256  389 L
SO
6 w
 898 4615 mt 6256 4615 L
 898  389 mt 6256  389 L
 898 4615 mt  898  389 L
6256 4615 mt 6256  389 L
 898 4615 mt  898 4615 L
6256 4615 mt 6256 4615 L
 898 4615 mt 6256 4615 L
 898 4615 mt  898  389 L
 898 4615 mt  898 4615 L
1700 4615 mt 1700 4561 L
1700  389 mt 1700  443 L
1620 4776 mt 
(20) s
2543 4615 mt 2543 4561 L
2543  389 mt 2543  443 L
2463 4776 mt 
(40) s
3387 4615 mt 3387 4561 L
3387  389 mt 3387  443 L
3307 4776 mt 
(60) s
4231 4615 mt 4231 4561 L
4231  389 mt 4231  443 L
4151 4776 mt 
(80) s
5075 4615 mt 5075 4561 L
5075  389 mt 5075  443 L
4955 4776 mt 
(100) s
5918 4615 mt 5918 4561 L
5918  389 mt 5918  443 L
5798 4776 mt 
(120) s
 898 4615 mt  952 4615 L
6256 4615 mt 6202 4615 L
 791 4668 mt 
(0) s
 898 4189 mt  952 4189 L
6256 4189 mt 6202 4189 L
 591 4242 mt 
(0.05) s
 898 3763 mt  952 3763 L
6256 3763 mt 6202 3763 L
 671 3816 mt 
(0.1) s
 898 3337 mt  952 3337 L
6256 3337 mt 6202 3337 L
 591 3390 mt 
(0.15) s
 898 2911 mt  952 2911 L
6256 2911 mt 6202 2911 L
 671 2964 mt 
(0.2) s
 898 2485 mt  952 2485 L
6256 2485 mt 6202 2485 L
 591 2538 mt 
(0.25) s
 898 2059 mt  952 2059 L
6256 2059 mt 6202 2059 L
 671 2112 mt 
(0.3) s
 898 1634 mt  952 1634 L
6256 1634 mt 6202 1634 L
 591 1687 mt 
(0.35) s
 898 1208 mt  952 1208 L
6256 1208 mt 6202 1208 L
 671 1261 mt 
(0.4) s
 898  782 mt  952  782 L
6256  782 mt 6202  782 L
 591  835 mt 
(0.45) s
 898 4615 mt 6256 4615 L
 898  389 mt 6256  389 L
 898 4615 mt  898  389 L
6256 4615 mt 6256  389 L
 898  389 mt  898  389 L
6256  389 mt 6256  389 L
gs 898 389 5359 4227 MR c np
27 -32 8 -33 -1 -33 -4 -33 -6 -34 -5 -33 -4 -33 -4 -34 
-8 -33 -3 -9 -4 -24 -5 -33 -4 -34 -1 -33 0 -33 -1 -34 
-2 -33 -2 -33 -3 -33 -5 -34 -9 -33 -7 -16 -1 -17 -2 -33 
-2 -34 0 -33 0 -33 0 -34 0 -33 0 -33 0 -33 0 -34 
0 -33 0 -33 0 -33 0 -34 0 -33 0 -33 -1 -34 0 -33 
0 -33 0 -33 -1 -34 0 -33 -1 -33 0 -34 -1 -33 -1 -33 
-1 -33 -2 -34 -2 -33 -3 -33 -5 -33 -8 -34 -11 -23 0 -10 
-1 -33 0 -34 0 -33 0 -33 0 -33 0 -34 0 -33 0 -33 
0 -33 1 -34 0 -10 11 -23 8 -33 5 -34 3 -33 2 -33 
2 -33 1 -34 1 -33 1 -33 0 -33 1 -34 0 -33 1 -33 
0 -34 0 -33 0 -33 1 -33 0 -34 0 -33 0 -33 0 -34 
0 -33 0 -33 0 -33 0 -34 0 -33 0 -33 0 -33 0 -34 
0 -33 2 -33 2 -34 3473 3717 100 MP stroke
1 -17 7 -16 9 -33 5 -33 3 -34 2 -33 2 -33 1 -33 
0 -34 1 -33 4 -33 5 -34 4 -23 3 -10 8 -33 4 -33 
4 -34 5 -33 6 -33 4 -34 1 -33 -8 -33 -27 -32 -2 -1 
-41 -16 -42 -8 -42 -2 -42 2 -42 8 -41 16 -1 1 -28 32 
-8 33 1 33 4 34 6 33 5 33 5 34 4 33 7 33 
4 10 3 23 5 34 4 33 1 33 1 34 1 33 1 33 
2 33 3 34 5 33 9 33 7 16 1 17 2 34 2 33 
0 33 0 34 0 33 0 33 0 33 0 34 0 33 0 33 
0 33 0 34 0 33 0 33 1 34 0 33 0 33 0 33 
1 34 0 33 0 33 1 34 1 33 0 33 1 33 2 34 
1 33 2 33 4 33 4 34 8 33 11 23 0 10 1 34 
0 33 0 33 0 33 0 34 0 33 0 33 0 33 0 34 
-1 33 0 10 -11 23 3609 2286 100 MP stroke
-8 34 -4 33 -4 33 -2 33 -1 34 -2 33 -1 33 0 33 
-1 34 -1 33 0 33 0 34 -1 33 0 33 0 33 0 34 
-1 33 0 33 0 34 0 33 0 33 0 33 0 34 0 33 
0 33 0 33 0 34 0 33 0 33 -2 34 -2 33 -1 17 
-7 16 -9 33 -5 34 -3 33 -2 33 -1 33 -1 34 -1 33 
-1 33 -4 34 -5 33 -3 24 -4 9 -7 33 -4 34 -5 33 
-5 33 -6 34 -4 33 -1 33 8 33 28 32 1 2 41 16 
42 7 42 2 42 -2 42 -7 41 -16 2 -2 3429 557 63 MP stroke
3 -9 8 -34 4 -33 2 -33 0 -33 0 -34 -1 -33 -3 -33 
-4 -33 -9 -33 -9 33 -5 33 -3 33 -1 33 0 34 1 33 
2 33 4 33 7 34 4 9 3429 1977 21 MP stroke
9 -32 4 -34 3 -33 1 -33 0 -33 0 -34 -2 -33 -4 -33 
-8 -33 -3 -10 -4 10 -7 33 -4 33 -2 33 -1 34 0 33 
1 33 3 33 5 34 9 32 3429 2686 21 MP stroke
-4 -9 -7 -34 -4 -33 -2 -33 -1 -33 0 -34 1 -33 3 -33 
5 -33 9 -33 8 33 5 33 3 33 1 33 0 34 -1 33 
-2 33 -4 33 -7 34 -3 9 3682 1977 21 MP stroke
-9 -32 -5 -34 -3 -33 -1 -33 0 -33 1 -34 2 -33 4 -33 
7 -33 4 -10 3 10 7 33 4 33 2 33 1 34 0 33 
-1 33 -3 33 -5 34 -8 32 3682 2686 21 MP stroke
7 -22 5 -33 2 -33 1 -34 -1 -33 -2 -33 -1 -33 -2 -34 
-1 -33 -2 -33 -3 -34 -3 -21 0 -12 -3 -33 -2 -33 -2 -34 
-2 -33 -1 -33 -2 -33 -1 -34 0 -33 0 -33 0 -34 0 -33 
0 -33 0 -33 0 -34 0 -33 -1 -33 0 -33 0 -34 -1 -33 
0 -33 -1 -34 0 -33 -1 -33 -1 -33 -1 -34 -1 -33 -1 -33 
-2 -34 -2 -33 -3 -33 -3 -33 -4 -34 -6 -33 -1 -3 0 -30 
-1 -33 -1 -34 -1 -33 0 -33 -1 -34 0 -33 0 -33 0 -33 
0 -34 0 -33 0 -33 1 -33 0 -34 1 -33 1 -33 1 -34 
0 -30 1 -3 6 -33 4 -33 3 -34 3 -33 2 -33 2 -33 
1 -34 1 -33 1 -33 1 -34 1 -33 0 -33 1 -33 0 -34 
1 -33 0 -33 0 -34 1 -33 0 -33 0 -33 0 -34 0 -33 
0 -33 0 -33 0 -34 0 -33 1 -33 2 -34 1 -33 2 -33 
2 -33 2 -34 3 -33 3472 3883 100 MP stroke
0 -11 3 -22 3 -33 2 -34 1 -33 2 -33 1 -34 2 -33 
1 -33 -1 -33 -2 -34 -5 -33 -7 -22 -6 -11 -32 -34 -4 -3 
-42 -9 -42 9 -4 3 -32 34 -6 11 -7 22 -5 33 -2 34 
0 33 0 33 2 33 1 34 2 33 2 33 2 34 2 33 
3 22 0 11 3 33 2 34 2 33 2 33 2 33 1 34 
1 33 0 33 0 34 0 33 0 33 0 33 0 34 0 33 
1 33 0 33 0 34 0 33 1 33 0 34 1 33 0 33 
1 33 1 34 1 33 1 33 2 34 1 33 2 33 3 33 
3 34 4 33 6 33 1 3 1 30 0 34 1 33 1 33 
0 34 1 33 0 33 0 33 0 34 0 33 0 33 0 33 
-1 34 0 33 -1 33 -1 34 0 33 -1 30 -1 3 -6 33 
-4 34 -3 33 -3 33 -2 33 -1 34 -2 33 -1 33 -1 34 
-1 33 -1 33 0 33 3624 1787 100 MP stroke
-1 34 0 33 -1 33 0 34 0 33 0 33 -1 33 0 34 
0 33 0 33 0 33 0 34 0 33 0 33 -1 34 -1 33 
-2 33 -2 33 -2 34 -2 33 -3 33 0 12 -3 21 -2 34 
-2 33 -2 33 -2 34 -1 33 -2 33 0 33 0 34 2 33 
5 33 7 22 6 12 32 33 4 3 42 9 42 -9 4 -3 
32 -33 6 -12 3472 700 43 MP stroke
2 -9 6 -33 4 -34 2 -33 2 -33 0 -34 1 -33 0 -33 
0 -33 0 -34 -1 -33 0 -33 -1 -33 0 -34 0 -33 0 -33 
0 -34 0 -33 0 -33 0 -33 0 -34 -1 -33 0 -33 -1 -33 
0 -34 -1 -33 -1 -33 -1 -34 -1 -33 -2 -33 -2 -33 -2 -34 
-2 -33 -1 -9 0 -24 -1 -34 -1 -33 -1 -33 0 -33 -1 -34 
-1 -33 0 -33 -1 -33 0 -34 -1 -33 0 -33 -1 -34 0 -33 
1 -33 0 -33 0 -34 -1 -33 0 -33 1 -33 0 -34 1 -33 
0 -33 1 -34 0 -33 1 -33 1 -33 0 -34 1 -33 1 -33 
1 -33 0 -25 1 -9 2 -33 2 -33 2 -34 2 -33 1 -33 
1 -33 1 -34 1 -33 0 -33 1 -34 0 -33 1 -33 0 -33 
0 -34 0 -33 0 -33 0 -33 0 -34 0 -33 0 -33 1 -34 
0 -33 1 -33 0 -33 0 -34 0 -33 -1 -33 0 -33 -2 -34 
-2 -33 -4 -33 -6 -34 3512 4083 100 MP stroke
-2 -9 -16 -24 -26 -27 -25 27 -17 24 -2 9 -6 34 -3 33 
-3 33 -1 34 -1 33 -1 33 0 33 0 34 0 33 1 33 
0 33 1 34 0 33 0 33 0 34 0 33 0 33 0 33 
0 34 0 33 1 33 0 33 1 34 0 33 1 33 1 34 
1 33 2 33 1 33 2 34 2 33 2 33 1 9 1 25 
0 33 1 33 1 33 1 34 0 33 1 33 1 33 0 34 
1 33 0 33 1 34 0 33 0 33 0 33 0 34 0 33 
0 33 0 33 0 34 -1 33 0 33 -1 34 0 33 -1 33 
-1 33 0 34 -1 33 -1 33 -1 33 0 34 -1 24 -1 9 
-2 33 -2 34 -2 33 -1 33 -2 33 -1 34 -1 33 -1 33 
0 34 -1 33 0 33 -1 33 0 34 0 33 0 33 0 33 
0 34 0 33 0 33 0 34 -1 33 0 33 -1 33 0 34 
0 33 0 33 1 33 3614 1055 100 MP stroke
1 34 1 33 3 33 3 34 6 33 2 9 17 24 25 27 
26 -27 16 -24 3514 879 11 MP stroke
5 -20 7 -34 5 -33 4 -33 3 -33 3 -34 2 -33 1 -33 
1 -34 1 -33 1 -33 0 -33 0 -34 0 -33 0 -33 0 -33 
0 -34 0 -33 0 -33 -1 -34 0 -33 0 -33 0 -33 -1 -34 
0 -33 0 -33 -1 -34 0 -33 0 -33 -1 -33 0 -34 0 -33 
0 -33 -1 -33 0 -34 0 -33 0 -33 0 -34 0 -33 0 -33 
0 -33 0 -34 0 -33 0 -33 0 -33 0 -34 0 -33 0 -33 
1 -34 0 -33 0 -33 0 -33 1 -34 0 -33 0 -33 1 -33 
0 -34 0 -33 1 -33 0 -34 0 -33 0 -33 1 -33 0 -34 
0 -33 0 -33 0 -34 0 -33 0 -33 0 -33 0 -34 -1 -33 
-1 -33 -1 -33 -1 -34 -2 -33 -3 -33 -3 -34 -4 -33 -5 -33 
-7 -33 -5 -21 -5 21 -7 33 -5 33 -4 33 -3 34 -3 33 
-2 33 -1 34 -1 33 -1 33 0 33 -1 34 0 33 0 33 
0 33 0 34 0 33 3589 3284 100 MP stroke
0 33 0 34 1 33 0 33 0 33 1 34 0 33 0 33 
1 34 0 33 0 33 0 33 1 34 0 33 0 33 1 33 
0 34 0 33 0 33 1 34 0 33 -1 33 0 33 0 34 
0 33 0 33 1 33 0 34 -1 33 0 33 0 34 0 33 
-1 33 0 33 0 34 -1 33 0 33 0 33 0 34 -1 33 
0 33 0 34 -1 33 0 33 0 33 -1 34 0 33 0 33 
0 34 0 33 0 33 0 33 0 34 1 33 0 33 1 33 
1 34 1 33 2 33 3 34 3 33 4 33 5 33 7 34 
5 20 3556 1134 66 MP stroke
1 -15 2 -34 2 -33 1 -33 1 -34 2 -33 1 -33 0 -33 
1 -34 1 -33 1 -33 0 -34 1 -33 0 -33 0 -33 1 -34 
0 -33 0 -33 1 -33 0 -34 0 -33 0 -33 0 -34 1 -33 
0 -33 1 -33 -1 -34 0 -33 -1 -33 0 -33 0 -34 0 -33 
0 -33 -1 -34 0 -33 0 -33 -1 -33 0 -34 0 -33 -1 -33 
0 -33 -1 -34 -1 -33 -1 -33 0 -34 -1 -33 -2 -33 -1 -33 
-1 -34 -2 -33 -2 -33 -1 -15 -1 15 -2 33 -1 33 -2 34 
-1 33 -1 33 -1 33 -1 34 -1 33 -1 33 0 34 -1 33 
0 33 -1 33 0 34 -1 33 0 33 0 33 0 34 -1 33 
0 33 0 34 0 33 -1 33 0 33 0 34 0 33 0 33 
1 33 0 34 0 33 0 33 1 34 0 33 0 33 0 33 
1 34 0 33 1 33 0 33 1 34 0 33 1 33 1 34 
1 33 1 33 1 33 3563 1787 100 MP stroke
1 34 2 33 1 33 2 34 1 15 3556 1638 6 MP stroke
0 0 0 0 0 0 0 0 3556 2485 5 MP stroke
gr 
3321 4936 mt 
(Time [s]) s
 537 2986 mt  -90 rotate
(Frequency [Hz]) s
90 rotate
2491  274 mt 
(TFRWV, log. scale, Threshold=5%) s
gs 0 0 0 0 MR c np

end

eplot
%%EndObject graph 1

epage
end

showpage

%%Trailer
%%EOF

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -