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

📄 exa120402.m

📁 此程序是关于小波变换用于故障信号分析和处理的程序。
💻 M
字号:
%--------------------------------------------------------------------------
% exa120402.m,   for fig12.4.2
%--------------------------------------------------------------------------
clear;

iter=8
[phi1,psi1,phi2,psi2,xval] = wavefun('bior1.3',iter);

figure(1)
subplot(3,2,1)
plot(xval,phi1);grid on
Ylabel('bior1.3  phi-D')
subplot(3,2,2)
plot(xval,psi1);grid on
Ylabel('bior1.3  psi-D')

[phi1,psi1,phi2,psi2,xval] = wavefun('bior1.5',iter);
subplot(3,2,3)
plot(xval,phi1);grid on
Ylabel('bior1.5  phi-D')
subplot(3,2,4)
plot(xval,psi1);grid on
Ylabel('bior1.5  psi-D')

⌨️ 快捷键说明

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