文件名称:73
介绍说明--下载内容来自于网络,使用问题请自行百度
小波变换
clc;
close all;
clear;
%构建我们的信号,在500处有一个突变点。
x = zeros(1000,1);
x(500) = 1;
%进行小波变换
CWTcoeffs = cwt(x,1:128,'haar','plot');
colormap jet; colorbar;
%也可以单独看某个尺度的图,CWTcoeffs(10,:)表示尺度为10的cwt值
% CWTcoeffs(10,:)(wavelet transform
% CWTcoeffs(10,:))
clc;
close all;
clear;
%构建我们的信号,在500处有一个突变点。
x = zeros(1000,1);
x(500) = 1;
%进行小波变换
CWTcoeffs = cwt(x,1:128,'haar','plot');
colormap jet; colorbar;
%也可以单独看某个尺度的图,CWTcoeffs(10,:)表示尺度为10的cwt值
% CWTcoeffs(10,:)(wavelet transform
% CWTcoeffs(10,:))
相关搜索: 小波变换
(系统自动生成,下载前可以参看下载内容)
下载文件列表
73
73\chen.m
73\chen.mat
73\chenyuanshi.png
73\myyundong2.asv
73\xiaobo731.m
73\xiaobo732.m
73\xiaobo733.m
73\xiaobo734.asv
73\xiaobo734.m
73\xiaobo735.asv
73\xiaobo735.m
73\yundong.asv
73\chen.m
73\chen.mat
73\chenyuanshi.png
73\myyundong2.asv
73\xiaobo731.m
73\xiaobo732.m
73\xiaobo733.m
73\xiaobo734.asv
73\xiaobo734.m
73\xiaobo735.asv
73\xiaobo735.m
73\yundong.asv
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.