代码搜索:零序保护
找到约 10,000 项符合「零序保护」的源代码
代码结果 10,000
www.eeworm.com/read/38039/1092699
mnu wldrefopt.mnu
REF#OPTIONS 参照选项
#
Chain-Chain 链-链
Build weld face between edges/curves of two parts.
在两个零件的边/曲线之间建立焊接面。
Chain-Surf 链-曲面
Build weld face by projecting edges/curves onto surfaces of another part.
通过将边
www.eeworm.com/read/38039/1092890
mnu wldpreprefs.mnu
SEL#REF#OPTS 选取参照选项
#
Chain-Chain 链-链
Build weld face between edges/curves of two parts.
在两个零件的边/曲线之间建立焊接面。
Chain-Surf 链-曲面
Build weld face by projecting edges/curves onto surfaces of another part.
通
www.eeworm.com/read/38039/1093188
mnu trimpart2.mnu
TRIM#PART2 裁剪零件2
#
Failed#Feat 失败特征
Choose the failed feature to suppress or delete.
选取要隐含或删除的失败特征。
Next#Feat 下一特征
Choose the feature after the failed feature to suppress or delete.
选取要隐含或删除的失败特征以后的特
www.eeworm.com/read/461648/1551961
m program_13_16.m
% 当前延拓模式是补零
% 装载原始图像
load belmont2;
% X 包含原始图像
x=X(100:200,100:200);
nbc = size(map,1);
subplot(221),image(x),colormap(map);
axis square;
title('原始图像');
% 使用wdencmp 进行图像压缩
% 得到x的小波分解结构
n
www.eeworm.com/read/461648/1551986
m program_11_01.m
% 当前延拓模式是补零
% 装载原始图像
load woman;
% X 包含装载的图像
% 使用db1对X进行尺度为2时的小波分解
[c,s] = wavedec2(X,2,'db1');
% 分解结构
sizex = size(X)
sizec = size(c)
val_s = s
www.eeworm.com/read/461648/1552011
m program_10_09.m
% 当前扩展模式是补零(参见dwtmode函数)
% 低频信号由1~6层系数获得
cfs = [1];
essup = 10;
figure(1)
for i=1:6
rec = upcoef('a',cfs,'db6',i);
% essup 是重构信号必须的
% 当j等于essup时,rec(j) 非常小
ax = subplot(6
www.eeworm.com/read/457708/1595008
m mulaw_c.m
function [y] = mulaw_c(s,mu)
% mu-定律的压缩器
% -----------------
% [y] = mulaw_c(s,mu)
% y = 压缩了的输出信号
% s = -1 和 1之间的零均值归一化信号
% mu = 参数 mu
%
if mu == 0
y = s;
else
y = (log(1+mu*abs(s)
www.eeworm.com/read/218586/4857706
manual tosg.manual
方便面 快速面
速食麵 快速面
即食麵 快速面
蹦极跳 绑紧跳
笨豬跳 绑紧跳
凉菜 冷菜
冷盤 冷菜
零钱 散钱
散紙 散钱
笑星 谐星
夜校 夜学
民乐 华乐
住房 住屋
房价 屋价
泡麵 快速面
www.eeworm.com/read/341597/3248007
m mulaw_c.m
function [y] = mulaw_c(s,mu)
% mu-定律的压缩器
% -----------------
% [y] = mulaw_c(s,mu)
% y = 压缩了的输出信号
% s = -1 和 1之间的零均值归一化信号
% mu = 参数 mu
%
if mu == 0
y = s;
else
y = (log(1+mu*abs(s)
www.eeworm.com/read/318233/3571035
m program_13_16.m
% 当前延拓模式是补零
% 装载原始图像
load belmont2;
% X 包含原始图像
x=X(100:200,100:200);
nbc = size(map,1);
subplot(221),image(x),colormap(map);
axis square;
title('原始图像');
% 使用wdencmp 进行图像压缩
% 得到x的小波分解结构
n