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

📄 overview.ps

📁 EC的语音编解码
💻 PS
📖 第 1 页 / 共 5 页
字号:
	8 {} COMMONBITMAPc	} bind def/BEGINBITMAP2BITc { 	2 {} COMMONBITMAPc	} bind def/COMMONBITMAPc { 		 	/cvtProc exch def	/depth exch def	gsave		3 index 2 div add exch		4 index 2 div add exch		translate			rotate				1 index 2 div neg		1 index 2 div neg		translate			scale				/height exch def /width exch def	/lb width depth wbytes def 	sl lb lt {lb ms} if 	/bitmapsave save def 	cvtProc                	/is im 0 lb getinterval def 	ws 0 lb getinterval is copy pop 	/cf currentfile def 	width height depth [width 0 0 height neg 0 height] 	{ip} image 	bitmapsave restore 	grestore	} bind def/BEGINBITMAPBW { 	1 {} COMMONBITMAP	} bind def/BEGINBITMAPGRAY { 	8 {} COMMONBITMAP	} bind def/BEGINBITMAP2BIT { 	2 {} COMMONBITMAP	} bind def/COMMONBITMAP { 	/cvtProc exch def	/depth exch def	gsave		3 index 2 div add exch		4 index 2 div add exch		translate			rotate				1 index 2 div neg		1 index 2 div neg		translate			scale				/height exch def /width exch def	/bitmapsave save def 	cvtProc              	/is width depth wbytes string def	/cf currentfile def 	width height depth [width 0 0 height neg 0 height] 	{cf is readhexstring pop} image	bitmapsave restore 	grestore	} bind def/ngrayt 256 array def/nredt 256 array def/nbluet 256 array def/ngreent 256 array deffMLevel1 {/colorsetup {	currentcolortransfer	/gryt exch def	/blut exch def	/grnt exch def	/redt exch def	0 1 255 {		/indx exch def		/cynu 1 red indx get 255 div sub def		/magu 1 green indx get 255 div sub def		/yelu 1 blue indx get 255 div sub def		/kk cynu magu min yelu min def		/u kk currentundercolorremoval exec def%		/u 0 def		nredt indx 1 0 cynu u sub max sub redt exec put		ngreent indx 1 0 magu u sub max sub grnt exec put		nbluet indx 1 0 yelu u sub max sub blut exec put		ngrayt indx 1 kk currentblackgeneration exec sub gryt exec put	} for	{255 mul cvi nredt exch get}	{255 mul cvi ngreent exch get}	{255 mul cvi nbluet exch get}	{255 mul cvi ngrayt exch get}	setcolortransfer	{pop 0} setundercolorremoval	{} setblackgeneration	} bind def}{/colorSetup2 {	[ /Indexed /DeviceRGB 255 		{dup red exch get 255 div 		 exch dup green exch get 255 div 		 exch blue exch get 255 div}	] setcolorspace} bind def} ifelse/fakecolorsetup {	/tran 256 string def	0 1 255 {/indx exch def 		tran indx		red indx get 77 mul		green indx get 151 mul		blue indx get 28 mul		add add 256 idiv put} for	currenttransfer	{255 mul cvi tran exch get 255.0 div}	exch fmConcatProcs settransfer} bind def/BITMAPCOLOR { 	/depth 8 def	gsave		3 index 2 div add exch		4 index 2 div add exch		translate			rotate				1 index 2 div neg		1 index 2 div neg		translate			scale				/height exch def /width exch def	/bitmapsave save def	fMLevel1 {			colorsetup		/is width depth wbytes string def		/cf currentfile def 		width height depth [width 0 0 height neg 0 height] 		{cf is readhexstring pop} {is} {is} true 3 colorimage 	} {		colorSetup2		/is width depth wbytes string def		/cf currentfile def 		7 dict dup begin			/ImageType 1 def			/Width width def			/Height height def			/ImageMatrix [width 0 0 height neg 0 height] def			/DataSource {cf is readhexstring pop} bind def			/BitsPerComponent depth def			/Decode [0 255] def		end image		} ifelse	bitmapsave restore 	grestore	} bind def/BITMAPCOLORc { 	/depth 8 def	gsave		3 index 2 div add exch		4 index 2 div add exch		translate			rotate				1 index 2 div neg		1 index 2 div neg		translate			scale				/height exch def /width exch def	/lb width depth wbytes def 	sl lb lt {lb ms} if 	/bitmapsave save def 	fMLevel1 {			colorsetup		/is im 0 lb getinterval def 		ws 0 lb getinterval is copy pop 		/cf currentfile def 		width height depth [width 0 0 height neg 0 height] 		{ip} {is} {is} true 3 colorimage	} {		colorSetup2		/is im 0 lb getinterval def 		ws 0 lb getinterval is copy pop 		/cf currentfile def 		7 dict dup begin			/ImageType 1 def			/Width width def			/Height height def			/ImageMatrix [width 0 0 height neg 0 height] def			/DataSource {ip} bind def			/BitsPerComponent depth def			/Decode [0 255] def		end image		} ifelse	bitmapsave restore 	grestore	} bind def/BITMAPTRUECOLORc { 	/depth 24 def        gsave 		3 index 2 div add exch		4 index 2 div add exch		translate			rotate				1 index 2 div neg		1 index 2 div neg		translate			scale				/height exch def /width exch def	/lb width depth wbytes def 	sl lb lt {lb ms} if 	/bitmapsave save def         	/is im 0 lb getinterval def		/ris im 0 width getinterval def		/gis im width width getinterval def		/bis im width 2 mul width getinterval def         	ws 0 lb getinterval is copy pop 	/cf currentfile def 	width height 8 [width 0 0 height neg 0 height] 	{width rip pop ris} {gis} {bis} true 3 colorimage	bitmapsave restore 	grestore	} bind def/BITMAPCMYKc { 	/depth 32 def        gsave 		3 index 2 div add exch		4 index 2 div add exch		translate			rotate				1 index 2 div neg		1 index 2 div neg		translate			scale				/height exch def /width exch def	/lb width depth wbytes def 	sl lb lt {lb ms} if 	/bitmapsave save def         	/is im 0 lb getinterval def		/cis im 0 width getinterval def		/mis im width width getinterval def		/yis im width 2 mul width getinterval def 	/kis im width 3 mul width getinterval def         	ws 0 lb getinterval is copy pop 	/cf currentfile def 	width height 8 [width 0 0 height neg 0 height] 	{width rip4 pop cis} {mis} {yis} {kis} true 4 colorimage	bitmapsave restore 	grestore	} bind def/BITMAPTRUECOLOR {         gsave				3 index 2 div add exch			4 index 2 div add exch			translate				rotate					1 index 2 div neg			1 index 2 div neg			translate				scale					/height exch def /width exch def        /bitmapsave save def         /is width string def        /gis width string def        /bis width string def        /cf currentfile def         width height 8 [width 0 0 height neg 0 height]         { cf is readhexstring pop }         { cf gis readhexstring pop }         { cf bis readhexstring pop }         true 3 colorimage         bitmapsave restore         grestore        } bind def/BITMAPCMYK {         gsave				3 index 2 div add exch			4 index 2 div add exch			translate				rotate					1 index 2 div neg			1 index 2 div neg			translate				scale					/height exch def /width exch def        /bitmapsave save def         /is width string def        /mis width string def        /yis width string def        /kis width string def        /cf currentfile def         width height 8 [width 0 0 height neg 0 height]         { cf is readhexstring pop }         { cf mis readhexstring pop }         { cf yis readhexstring pop }         { cf kis readhexstring pop }         true 4 colorimage         bitmapsave restore         grestore        } bind def/BITMAPTRUEGRAYc { 	/depth 24 def        gsave		3 index 2 div add exch		4 index 2 div add exch		translate			rotate				1 index 2 div neg		1 index 2 div neg		translate			scale				/height exch def /width exch def	/lb width depth wbytes def 	sl lb lt {lb ms} if         /bitmapsave save def         	/is im 0 lb getinterval def		/ris im 0 width getinterval def		/gis im width width getinterval def		/bis im width 2 mul width getinterval def         ws 0 lb getinterval is copy pop         /cf currentfile def         width height 8 [width 0 0 height neg 0 height]         {width rip pop ris gis bis width gray} image        bitmapsave restore         grestore        } bind def/BITMAPCMYKGRAYc { 	/depth 32 def        gsave		3 index 2 div add exch		4 index 2 div add exch		translate			rotate				1 index 2 div neg		1 index 2 div neg		translate			scale				/height exch def /width exch def	/lb width depth wbytes def 	sl lb lt {lb ms} if         /bitmapsave save def         	/is im 0 lb getinterval def		/cis im 0 width getinterval def		/mis im width width getinterval def		/yis im width 2 mul width getinterval def 	/kis im width 3 mul width getinterval def         ws 0 lb getinterval is copy pop         /cf currentfile def         width height 8 [width 0 0 height neg 0 height]         {width rip pop cis mis yis kis width cgray} image        bitmapsave restore         grestore        } bind def/cgray {         /ww exch def        /k exch def        /y exch def        /m exch def        /c exch def        0 1 ww 1 sub { /i exch def c i get m i get y i get k i get CMYKtoRGB				.144 mul 3 1 roll .587 mul 3 1 roll .299 mul add add				c i 3 -1 roll floor cvi put } for        c 		} bind def/gray {         /ww exch def        /b exch def        /g exch def        /r exch def        0 1 ww 1 sub { /i exch def r i get .299 mul g i get .587 mul			b i get .114 mul add add r i 3 -1 roll floor cvi put } for        r        } bind def/BITMAPTRUEGRAY {         gsave				3 index 2 div add exch			4 index 2 div add exch			translate				rotate					1 index 2 div neg			1 index 2 div neg			translate				scale					/height exch def /width exch def        /bitmapsave save def         /is width string def        /gis width string def        /bis width string def        /cf currentfile def         width height 8 [width 0 0 height neg 0 height]         { cf is readhexstring pop           cf gis readhexstring pop           cf bis readhexstring pop width gray}  image        bitmapsave restore         grestore        } bind def/BITMAPCMYKGRAY {         gsave				3 index 2 div add exch			4 index 2 div add exch			translate				rotate					1 index 2 div neg			1 index 2 div neg			translate				scale					/height exch def /width exch def        /bitmapsave save def         /is width string def        /yis width string def        /mis width string def        /kis width string def        /cf currentfile def         width height 8 [width 0 0 height neg 0 height]         { cf is readhexstring pop           cf mis readhexstring pop           cf yis readhexstring pop           cf kis readhexstring pop width cgray}  image        bitmapsave restore         grestore        } bind def/BITMAPGRAY { 	8 {fakecolorsetup} COMMONBITMAP	} bind def/BITMAPGRAYc { 	8 {fakecolorsetup} COMMONBITMAPc	} bind def/ENDBITMAP {	} bind defend 	/ALDmatrix matrix def ALDmatrix currentmatrix pop/StartALD {	/ALDsave save def	 savematrix	 ALDmatrix setmatrix	} bind def/InALD {	 restorematrix	} bind def/DoneALD {	 ALDsave restore	} bind def/I { setdash } bind def/J { [] 0 setdash } bind def%%EndProlog%%BeginSetup(5.0) FMVERSION1 1 0 0 612 792 0 1 8 FMDOCUMENT0 0 /Times-Roman FMFONTDEFINE1 0 /AvantGarde-Demi FMFONTDEFINE2 0 /AvantGarde-Book FMFONTDEFINE3 0 /Helvetica FMFONTDEFINE4 0 /Times-Bold FMFONTDEFINE32 FMFILLS0 0 FMFILL1 0.1 FMFILL2 0.3 FMFILL3 0.5 FMFILL4 0.7 FMFILL5 0.9 FMFILL6 0.97 FMFILL7 1 FMFILL8 <0f1e3c78f0e1c387> FMFILL9 <0f87c3e1f0783c1e> FMFILL10 <cccccccccccccccc> FMFILL11 <ffff0000ffff0000> FMFILL12 <8142241818244281> FMFILL13 <03060c183060c081> FMFILL14 <8040201008040201> FMFILL16 1 FMFILL17 0.9 FMFILL18 0.7 FMFILL19 0.5 FMFILL20 0.3 FMFILL21 0.1 FMFILL22 0.03 FMFILL23 0 FMFILL24 <f0e1c3870f1e3c78> FMFILL25 <f0783c1e0f87c3e1> FMFILL26 <3333333333333333> FMFILL27 <0000ffff0000ffff> FMFILL28 <7ebddbe7e7dbbd7e> FMFILL29 <fcf9f3e7cf9f3f7e> FMFILL30 <7fbfdfeff7fbfdfe> FMFILL%%EndSetup%%Page: "1" 1%%BeginPaperSize: Letter%%EndPaperSize612 792 0 FMBEGINPAGE[0 0 0 1 0 0 0][ 0 1 1 0 1 0 0][ 1 0 1 0 0 1 0][ 1 1 0 0 0 0 1][ 1 0 0 0 0 1 1][ 0 1 0 0 1 0 1][ 0 0 1 0 1 1 0][ 0 1 1 0 1 0 0] 8 FrameSetSepColorsFrameNoSep0 0 0 1 0 0 0 KJ0 0 0 1 0 0 0 K0 10 Q0 X0 0 0 1 0 0 0 K(FIR Echo Canceller) 108 749.33 T-1.25 (Page 1) 513.06 749.33 P(Institute for Signal & Information Processing) 108 39.33 T(Mississippi State University) 427.21 39.33 T0 0 0 1 0 0 0 K0 0 0 1 0 0 0 K55.8 63.01 581.4 712.8 R7 XV160.73 585.16 153.01 576.35 149.54 574.12 105.42 576.5 104.28 577.33 104.28 584.85 104.85 586.4 116.46 606.52 118.12 606.41 119.52 614.34 121.08 615.28 125.22 615.17 125.79 611.8 145.91 611.18 146.17 613.77 147.46 615.17 151.77 614.86 152.75 608.38 154.82 608.33 157.36 601.07 158.35 601.07 160.73 594.33 22 YV0.25 H0 Z0 XN117.24 604.39 150.11 603.3 147.72 584.17 106.51 586.4 4 YN163.38 615.43 169.08 605.22 167.42 598.84 165.61 596.56 157.62 598.27 156.38 600.92 153.32 610.97 152.34 611.13 151.77 614.86 147.46 615.17 146.17 613.77 145.91 611.18 125.79 611.8 125.22 615.17 121.08 615.28 119.52 614.34 118.12 606.41 116.46 606.52 114.49 603.15 107.65 602.99 106.82 606.77 113.67 616 116.88 617.66 122.17 619.21 137.1 619.79 150.37 618.96 26 Y7 XV0 XN125.22 615.17 M 122.32 613.05 124.24 613.62 123.31 608.33 D2 ZN151.77 614.86 M 150.68 613.36 150.68 613.36 150.57 610.71 D 150.52 608.02 150.52 608.02 150.52 607.34 DN145.91 611.18 125.79 611.8 2 LN125.79 611.8 126.05 609.83 127.19 611.8 3 LN145.91 611.18 145.75 608.43 2 LN145.75 608.43 138.49 608.74 2 LN169.08 605.22 167.16 599.67 159.59 601.75 153.99 612.53 152.08 612.79 5 LN146.17 612.89 125.54 613.31 2 LN106.82 606.77 115.06 607.19 119.21 612.63 3 LN163.38 615.43 M

⌨️ 快捷键说明

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