代码搜索结果

找到约 10,000 项符合 1 的代码

example2_1_1.m

load noissin; %装载信号 whos; c=cwt(noissin,1:48,'db4'); %完成一维连续小波变换 c=cwt(noissin,1:48,'db4','plot'); %产生系数的图形表示 c=cwt(noissin,2:2:128,'db4','plot'); %重新选择分析尺度

c1l1.m

W=20.; T=0.; S=0.; Y=0.; YD=0.; X=1.; H=.001; n=0.; while T

c1l1.m

S=[2 -6;1 5;-2 3]; T=[9 1;-7 2;5 8]; U=S+T

example2_1_1.m

load noissin; %装载信号 whos; c=cwt(noissin,1:48,'db4'); %完成一维连续小波变换 c=cwt(noissin,1:48,'db4','plot'); %产生系数的图形表示 c=cwt(noissin,2:2:128,'db4','plot'); %重新选择分析尺度

dxz1_1p.m

clear;close; n=4; r=[28 21 23 25 5]'/100; q=[2.5 1.5 5.5 2.6 0]'/100; p=[1 2 4.5 6.5 0]'/100; u=[103 198 52 40 100]'; for lemda=linspace(0,1,300) c=[(1-lemda)*(p-r);lemda]; A1=[(1+p)', 0

ch1_1.rc2

// // CH1_1.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED /////

ch1_1view.cpp

// ch1_1View.cpp : implementation of the CCh1_1View class // #include "stdafx.h" #include "ch1_1.h" #include "ch1_1Doc.h" #include "ch1_1View.h" #include "mainfrm.h" #include "DlgIntensity.