代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/449504/7502611
m triweight.m
function heights=triweight(data,center,bw);
% PURPOSE:
% Triweight kernel function
%
% USAGE:
% heights=triweight(data,center,bw)
%
% INPUTS:
% data: Data used for height calcula
www.eeworm.com/read/449504/7502612
m epanechnikov.m
function heights=epanechnikov(data,center,bw);
% PURPOSE:
% Epanechnikov kernel function
%
% USAGE:
% heights=triangular(data,center,bw)
%
% INPUTS:
% data: Data used for height
www.eeworm.com/read/449504/7502615
m cosinus.m
function heights=cosinus(data,center,bw);
% PURPOSE:
% Cosinus kernel function
%
% USAGE:
% heights=triangular(data,center,bw)
%
% INPUTS:
% data: Data used for height calculatio
www.eeworm.com/read/449504/7502616
m triangular.m
function heights=triangular(data,center,bw);
% PURPOSE:
% Triangular kernel function
%
% USAGE:
% heights=triangular(data,center,bw)
%
% INPUTS:
% data: Data used for height calc
www.eeworm.com/read/449504/7502617
m normal.m
function heights=normal(data,center,bw);
% PURPOSE:
% Normal kernel function
%
% USAGE:
% heights=triangular(data,center,bw)
%
% INPUTS:
% data: Data used for height calculation
www.eeworm.com/read/449504/7502619
m uniform.m
function heights=uniform(data,center,bw);
% PURPOSE:
% Uniform kernel function
%
% USAGE:
% heights=uniform(data,center,bw)
%
% INPUTS:
% data: Data used for height calculation
www.eeworm.com/read/449077/7518937
m removalmap.m
function SeamVector=removalMap(X,lines);
% REMOVALMAP takes a given image and finds the ordered set of (vertical)
% seams that are removed from an image and returns them in an array, where
% the Nt
www.eeworm.com/read/448935/7521660
txt versionhistory.txt
Version history for the free wavelet coherence package for Matlab.
http://www.pol.ac.uk/home/research/waveletcoherence/
WTC-R12
* Fixed AR1.m to be even more stable. (extremely high ar1's
www.eeworm.com/read/438990/7718416
m log_psd.m
function [logpsd,freq,ptotal,pmax]=log_psd(x,n,ts)
y=zeros(1,n);
h=waitbar(0,'for loop in PSD Calculation');
for k=1:n
freq(k)=(k-1-(n/2))/(n*ts);
y(k)=x(k)*((-1.0)^k);
waitbar(k/n);
www.eeworm.com/read/299588/7844053
h c3dbase.h
#ifndef __C3DBASE_H__
#define __C3DBASE_H__
// INCLUDES
#include
#include "3DTypes.h"
// CLASS DECLARATION
/**
* Base class for all 3D code
* Purpose for this cl