代码搜索:Distortion

找到约 806 项符合「Distortion」的源代码

代码结果 806
www.eeworm.com/read/222059/14708877

c main_.c

/************************** * Calibration TSAI3D * * * * Marcelo Gattass * * Manuel E. L. Fernandez * * Jul06,2006 * **************************/ #include #
www.eeworm.com/read/116467/14969057

txt help.txt

模拟电子技术教学软件使用说明 本教学软件属教师用课堂教学软件,以清华大学电子学教研组编写的“模拟电子技术基础简明教程”第二版和“模拟电子技术基础”第二版为主要参考教材,适用于电类专业的本科学生。已成功应用于计算机专业和自动化专业的八个班级,取得了很好的教学效果。 整个软件分封面、人机交互界面、幻灯片文字脚本、动画演示、图形演示、电路仿真 ...
www.eeworm.com/read/116467/14969129

txt 模拟电子技术教学软件使用说明.txt

模拟电子技术教学软件使用说明 本教学软件属教师用课堂教学软件,以清华大学电子学教研组编写的“模拟电子技术基础简明教程”第二版和“模拟电子技术基础”第二版为主要参考教材,适用于电类专业的本科学生。已成功应用于计算机专业和自动化专业的八个班级,取得了很好的教学效果。 整个软件分封面、人机交互界面、幻灯片文字脚本、动画演示、图形演示、电路仿真实验、背景音乐及配音等几部分。 封面介绍了软件名称、研制 ...
www.eeworm.com/read/215197/15070872

m specsubm.m

function [ss,po]=specsubm(s,fs,p) %SPECSUBM performs speech enhancement using spectral subtraction [SS,PO]=(S,FS,P) % % implementation of spectral subtraction algorithm by R Martin (rather slow) %
www.eeworm.com/read/214970/15081562

m specsubm.m

function [ss,po]=specsubm(s,fs,p) %SPECSUBM performs speech enhancement using spectral subtraction [SS,PO]=(S,FS,P) % % implementation of spectral subtraction algorithm by R Martin (rather slow) %
www.eeworm.com/read/167185/5463365

3 isdisttd.3

.\" Copyright (c) 1987-1990 Entropic Speech, Inc. .\" Copyright (c) 1997 Entropic Research Laboratory, Inc. All rights reserved. .\" @(#)isdisttd.3 1.7 18 Apr 1997 ESI/ERL .ds ]W (c) 1997 Entropic Res
www.eeworm.com/read/167185/5463620

test cbkedit.test

# @(#)cbkedit.test 3.1 10/6/87 ESI ESPSCOM=./espscom export ESPSCOM echo test of cbkedit echo " " cat >Plloydcbk
www.eeworm.com/read/167185/5465311

c vqasc.c

/* * This material contains unpublished, proprietary software of * Entropic Research Laboratory, Inc. Any reproduction, distribution, * or publication of this work must be authorized in writing b
www.eeworm.com/read/167185/5465839

c lloydcbk.c

/* | This material contains proprietary software of Entropic Speech, Inc. | Any reproduction, distribution, or publication without the the prior | written permission of Entropic Speech, Inc. is strict
www.eeworm.com/read/473152/6857013

m rle.m

%函数 RLE.m: 游程长度编码% function [CR,distortion]=RLE(X,map) %CR: 压缩率;distortion: 编解码的失真 Image1=X(1:100,1:100); %X为输入的图像 Image2=Image1'; image_1D=Image2(:); %将原始图像写成