代码搜索:continuous
找到约 2,697 项符合「continuous」的源代码
代码结果 2,697
www.eeworm.com/read/384673/2598531
m imageawtnew.m
function ImageAWTnew(cwt,scaling,colors,option)
% ImageAWTnew -- Image of Continuous Wavelet Transform
% Usage
% ImageCWT(cwt,scaling,colors)
% Inputs
% cwt matrix produced by CWT
%
www.eeworm.com/read/147096/12584077
m are.m
function X = are(A,B,C)
%ARE Algebraic Riccati Equation solution.
% X = ARE(A, B, C) returns the stablizing solution (if it
% exists) to the continuous-time Riccati equation:
%
% A'
www.eeworm.com/read/237880/13922917
c tms470r1b1m_adc10_04.c
//******************************************************************************
// TMS470 Demo - MibADC Sample ADIN0 Continuous 32KSPS
//
// Description; A single sample is made on ADIN0 with re
www.eeworm.com/read/201202/15413439
sci pruneskelmap.sci
function [SkelMap,SkelPtr,SkelLen] = PruneSkelMap(cw,dynrange,persist,skelmap,skelptr,skellen)
// PruneSkelMap -- Remove Thin Bones in Skeleton of Continuous Wavelet Transform
// Usage
// [skel
www.eeworm.com/read/106690/15626482
m eeg_eegrej.m
% eeg_eegrej() - reject porition of continuous data in an EEGLAB
% dataset
%
% Usage:
% >> EEGOUT = eeg_eegrej( EEGIN, regions );
%
% Inputs:
% INEEG - input dataset
% regio
www.eeworm.com/read/106690/15626549
m writecnt.m
% writecnt() - Write a Neuroscan continuous signal file.
%
% Usage:
% >> writecnt(filename, CNT-dataset, varargin)
%
% Inputs:
% filename - name of the file with extension
% dataset - name of
www.eeworm.com/read/106690/15626635
m eegplot2event.m
% eegplot2event() - convert EEGPLOT rejections into events
% compatible with EEGLAB format for continuous
% datasets.
%
% Usage:
% >> [events] = eegplot2event( ee
www.eeworm.com/read/101557/15826565
m are.m
function X = are(A,B,C)
%ARE Algebraic Riccati Equation solution.
% X = ARE(A, B, C) returns the stablizing solution (if it
% exists) to the continuous-time Riccati equation:
%
% A'
www.eeworm.com/read/188324/8550584
m fnzeros.m
function z = fnzeros(f,interv)
%FNZEROS zeros of a function (in a given interval)
%
% Z = FNZEROS(F) or FNZEROS(F,[]) returns an ordered list of the zeros
% of the continuous univariate spline
www.eeworm.com/read/361768/10036677
m stationary_bootstrap.m
function [bsdata, indexes]=stationary_bootstrap(data,w,B);
% PURPOSE:
% Implements Politis' continuous bootstrap for bootstrapping unit root series
%
% USAGE:
% [bsdata, indexes]=station