代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/428722/8850866
m nspab.m
function h1= nspab(data,nyy,minw,maxw,dt)
%----- Get dimensions (number of time points and components)
[npt,knb] = size(data);
%----- Get time interval
%----- Apply Hilbert Transform
data=h
www.eeworm.com/read/183589/9150837
lua felwoodgathermap.lua
--[[
FelwoodGather map functions
Timer manager for felwood fruit gathering.
Author: nor3
汉化:Coku
]]--
FELWOODGATHER_MAP_INTERVAL = 0.5;
FelwoodGatherMap_Config={
alpha = 0.5,
scale = 0.
www.eeworm.com/read/181714/9240345
m trapmeth.m
function [x, y] = trapmeth(A, ab, y0, N)
% Compute approximation of the solution of the initial value
% problem y' = Ay, y(a) = y0 on the interval ab = [a,b].
% A is a square matrix.
% Trapezo
www.eeworm.com/read/373081/9475817
m plsmodel.m
function oneModel=plsmodel(Model,selected_intervals,no_of_lv,prepro_method,val_method,segments)
% plsmodel calculates a combined PLS model from selected interval(s)
%
% Input:
% Model: output
www.eeworm.com/read/168118/9938622
m vzanticline.m
% VZANTICLINE: model an anticline beneath a v(z) medium
%
%
% Just run the script
dx=10; %cdp interval
xmax=2500;zmax=1000; %maximum line length and maximum depth
%define the v(z) medium
z
www.eeworm.com/read/356556/10224784
m gi_inserter.m
function output = gi_inserter(input)
% guard interval insertion and windowing
% input: matrix of time domain OFDM signal, each row an OFDM symbol
% output: matrix of GI inserted OFDM signal, each r
www.eeworm.com/read/424116/10491146
m plsmodel.m
function oneModel=plsmodel(Model,selected_intervals,no_of_lv,prepro_method,val_method,segments)
% plsmodel calculates a combined PLS model from selected interval(s)
%
% Input:
% Model: output
www.eeworm.com/read/423296/10573821
m nsfls2.m
%% nsfls2.m
%% Compute the output(s) of an interval type-2 non-singleton type-2 FLS
%% when the antecedent membership functions are Gaussian primary
%% membership functions with uncertain means
www.eeworm.com/read/423296/10573827
m train_nsfls2.m
%% train_nsfls2.m
%% Tune the parameters of an interval type-2 non-singleton type-2 FLS
%% when the antecedent membership functions are Gaussian primary
%% membership functions with uncertain m
www.eeworm.com/read/351309/10658985
readme
This is the Matlab Auditory Toolbox. Version 2.
First published by Apple Computer as Apple Technical Report #45. This
new version is published by Interval Research Corporation as TR #1998-010.
I h