代码搜索:Continuous

找到约 2,697 项符合「Continuous」的源代码

代码结果 2,697
www.eeworm.com/read/350382/10745984

m 6-7.m

%例程6-7 方波信号的连续小波变换 % e.g.6-7.m for example6-7; %test the function of cwt clear all; t=0:.01*pi:10*pi; x=square(t,80); %The duty cycle(占空比) is 80% of the period in which the signal is positive
www.eeworm.com/read/444759/7607485

m 6-7.m

%例程6-7 方波信号的连续小波变换 % e.g.6-7.m for example6-7; %test the function of cwt clear all; t=0:.01*pi:10*pi; x=square(t,80); %The duty cycle(占空比) is 80% of the period in which the signal is positive
www.eeworm.com/read/486204/6538128

m 6-7.m

%例程6-7 方波信号的连续小波变换 % e.g.6-7.m for example6-7; %test the function of cwt clear all; t=0:.01*pi:10*pi; x=square(t,80); %The duty cycle(占空比) is 80% of the period in which the signal is positive
www.eeworm.com/read/485392/6561222

m 6-7.m

%例程6-7 方波信号的连续小波变换 % e.g.6-7.m for example6-7; %test the function of cwt clear all; t=0:.01*pi:10*pi; x=square(t,80); %The duty cycle(占空比) is 80% of the period in which the signal is positive
www.eeworm.com/read/341613/12075759

m 6-7.m

%例程6-7 方波信号的连续小波变换 % e.g.6-7.m for example6-7; %test the function of cwt clear all; t=0:.01*pi:10*pi; x=square(t,80); %The duty cycle(占空比) is 80% of the period in which the signal is positive
www.eeworm.com/read/415746/11055924

m 6-7.m

%例程6-7 方波信号的连续小波变换 % e.g.6-7.m for example6-7; %test the function of cwt clear all; t=0:.01*pi:10*pi; x=square(t,80); %The duty cycle(占空比) is 80% of the period in which the signal is positive
www.eeworm.com/read/151705/12180167

m configure.m

function dummy = configure(r, bufferLength, numBuffers, modeRtdx) %CONFIGURE Define the size and number of RDTX(tm) channel buffers. % CONFIGURE(R, LENGTH, NUMBER, MODE) sets the LENGTH in bytes o
www.eeworm.com/read/152290/12123954

m 5-4.m

a='continuous' b='continual' strcmp(a,b) strncmp(a,b,5)