资源简介
小波分析基本程序及交叉小波计算,小波功率谱、小波相干谱
代码片段和文件信息
clear
clc
d1=load(‘yand20031201_20040228.txt‘);
d2=load(‘chaoc20031201_20040228.txt‘);
d1(:2)=boxpdf(d1(:2));
d2(:2)=boxpdf(d2(:2));
figure(1)
xwt(d1d2)
a1=[1 15 32 46 63 77 90];
a1_label={‘12-1‘ ‘12-15‘ ‘1-1‘ ‘1-15‘ ‘2-1‘ ‘2-15‘ ‘2-28‘};
set(gca‘xtick‘a1)
set(gca‘xticklabel‘a1_label‘Fontsize‘12) ;
title(‘XWT: 2003-2004‘‘Fontsize‘14);
xlabel(‘date‘‘Fontsize‘14)
ylabel(‘Period‘‘Fontsize‘14);
figure(2)
wtc(d1d2)
a1=[1 15 32 46 63 77 90];
a1_label={‘12-1‘ ‘12-15‘ ‘1-1‘ ‘1-15‘ ‘2-1‘ ‘2-15‘ ‘2-28‘};
set(gca‘xtick‘a1)
set(gca‘xticklabel‘a1_label‘Fontsize‘12) ;
title(‘WTC: 2003-2004‘‘Fontsize‘14);
xlabel(‘date‘‘Fontsize‘14)
ylabel(‘Period‘‘Fontsize‘14);
d3=load(‘yand20061101_20070228.txt‘);
d4=load(‘chaoc20061101_20070228.txt‘);
d3(:2
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 889 2016-02-23 18:00 程序\chaoc20031201_20040228.txt
文件 1202 2016-02-23 18:00 程序\chaoc20061101_20070228.txt
文件 1210 2016-02-23 18:00 程序\chaoc20071101_20080228.txt
文件 719 2016-02-23 18:00 程序\chaoc20081218_20090228.txt
文件 1203 2016-02-23 18:00 程序\chaoc20091101_20100228.txt
文件 1210 2016-02-23 18:00 程序\chaoc20101101_20110228.txt
文件 4481 2016-02-23 18:00 程序\chaoc_cross.asv
文件 4465 2016-02-23 18:00 程序\chaoc_cross.m
文件 2085 2016-02-23 18:00 程序\chaoc_wavelet.m
文件 187 2016-02-23 18:00 程序\daily.m
文件 1419 2016-02-23 18:00 程序\daoshu0304.txt
文件 1919 2016-02-23 18:00 程序\daoshu0607.txt
文件 1912 2016-02-23 18:00 程序\daoshu0708.txt
文件 1150 2016-02-23 18:00 程序\daoshu0809.txt
文件 1922 2016-02-23 18:00 程序\daoshu0910.txt
文件 1917 2016-02-23 18:00 程序\daoshu1011.txt
文件 1293 2016-02-23 18:00 程序\gc\gc0304.txt
文件 1280 2016-02-23 18:00 程序\gc\gc0607.txt
文件 1854 2016-02-23 18:00 程序\gc\gc0708.txt
文件 1026 2016-02-23 18:00 程序\gc\gc0809.txt
文件 1786 2016-02-23 18:00 程序\gc\gc0910.txt
文件 1603 2016-02-23 18:00 程序\gc\gc1011.txt
文件 1293 2016-02-23 18:00 程序\gc0304.txt
文件 1280 2016-02-23 18:00 程序\gc0607.txt
文件 1854 2016-02-23 18:00 程序\gc0708.txt
文件 1026 2016-02-23 18:00 程序\gc0809.txt
文件 1786 2016-02-23 18:00 程序\gc0910.txt
文件 1603 2016-02-23 18:00 程序\gc1011.txt
文件 799 2016-02-23 18:00 程序\jingl20031201_20040228.txt
文件 1090 2016-02-23 18:00 程序\jingl20061101_20070228.txt
............此处省略119个文件信息
相关资源
- 加州理工大学教授开发的经验小波变
- SAR相干斑去噪matlab代码
- EWT 经验小波分解
- 验模态小波变换工具
- 基于小波的VMD程序
- 一整套基于小波变换的的图像融合算
- 小波变换去除脉搏波基线漂移算法
- dwt_ihs_fusion 基于离散小波变换和IHS变
- MATLAB小波分析与应用 30个案例分析
- DTCWT 适合进行图像压缩
- 使用经验模态分解 (emd) 对imf进行分
- Gabor Gabor小波变换的matlab实现
- wnn 一个用小波神经网络进行非线性函
- imagefusion2836201
- OMP 小波变换和压缩感知中的OMP算法比
- Gaborpca Gabor小波变换与PCA的人脸识别代
- face 收集的最全的人脸识别代码 有小
- Gabor Gabor滤波器
- lena 灰图像三级小波分解
- edge_detection 利用小波边缘检测算法实
- Wavelet_denoising 小波变换的MATLAB源程序
-
thresholddenoisingba
sedonwavelet 小波阈值 - SIGNAL_edge_dwt 利用小波变换模极大值方
- Morlet_Matlab
- waveletdenoising 小波变换应用
- imagereconstruction 基于小波和插值的超分
- xb 基于小波变换的图像增强代码
- tuxiangronghe :介绍了基于小波变换的图
- wavelet 小波变换用于脑电信号处理
- wavelet-matlab 基于小波变换的图像融合
评论
共有 条评论