代码搜索:DB2
找到约 1,467 项符合「DB2」的源代码
代码结果 1,467
www.eeworm.com/read/282790/9060065
m 例程12-13.m
% 计算db2的Wn 函数,n 从0~7,产生db2小波包
[wp,x] = wpfun('db2',7);
% 画出各个Wn小波包
for i=1:8
w=wp(i,:);
subplot(4,2,i);
plot(w);
ylabel(['W',num2str(i)]);
end
www.eeworm.com/read/184772/9077735
test shared_err.test
# 2005 December 30
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for you
www.eeworm.com/read/377683/9266079
test lock4.test
# 2007 April 6
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yoursel
www.eeworm.com/read/175933/9525174
test shared_err.test
# 2005 December 30
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for you
www.eeworm.com/read/366616/9806865
test shared_err.test
# 2005 December 30
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for you
www.eeworm.com/read/365787/9847358
m program_12_13.m
% 计算db2的Wn 函数,n 从0~7,产生db2小波包
[wp,x] = wpfun('db2',7);
% 画出各个Wn小波包
for i=1:8
w=wp(i,:);
subplot(4,2,i);
plot(w);
ylabel(['W',num2str(i)]);
end
www.eeworm.com/read/362220/10012300
m program_12_13.m
% 计算db2的Wn 函数,n 从0~7,产生db2小波包
[wp,x] = wpfun('db2',7);
% 画出各个Wn小波包
for i=1:8
w=wp(i,:);
subplot(4,2,i);
plot(w);
ylabel(['W',num2str(i)]);
end
www.eeworm.com/read/359567/10138264
test shared_err.test
# 2005 December 30
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for you
www.eeworm.com/read/357662/10203401
m 例程12-13.m
% 计算db2的Wn 函数,n 从0~7,产生db2小波包
[wp,x] = wpfun('db2',7);
% 画出各个Wn小波包
for i=1:8
w=wp(i,:);
subplot(4,2,i);
plot(w);
ylabel(['W',num2str(i)]);
end
www.eeworm.com/read/160251/10549145
m 例程12-13.m
% 计算db2的Wn 函数,n 从0~7,产生db2小波包
[wp,x] = wpfun('db2',7);
% 画出各个Wn小波包
for i=1:8
w=wp(i,:);
subplot(4,2,i);
plot(w);
ylabel(['W',num2str(i)]);
end