代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/159608/5582336
m compute_thres.m
function [thr_add, thr_add_old] = compute_thres(resp, labels)
[resp, ind] = sort(resp);
labels = labels(ind);
%now look for the point which cuts the label vector into 'pure' parts
num = s
www.eeworm.com/read/475660/6775447
m compute_steering.m
function [G,iwp]= compute_steering(x, wp, iwp, minD, G, rateG, maxG, dt)
%function [G,iwp]= compute_steering(x, wp, iwp, minD, G, rateG, maxG, dt)
%
% INPUTS:
% x - true position
% wp - waypo
www.eeworm.com/read/474583/6813077
m compute_histogram.m
function [h,x] = compute_histogram(M, options)
% compute_histogram - compute the (symmetric) histogram of a vector after threshold.
%
% [h,x] = compute_histogram(M,options);
%
% If M contains
www.eeworm.com/read/474583/6813090
m compute_entropy.m
function m = compute_entropy(M,T)
% compute_entropy - compute the entropy of a signal
%
% m = compute_entropy(M);
% OR if you need quantization
% m = compute_entropy(M,T)
%
% Copyright
www.eeworm.com/read/474586/6813165
m compute_min.m
function [Y,I] = compute_min(X,d)
% compute_min - compute min along dimension d
%
% [Y,I] = compute_min(X,d);
%
% Copyright (c) 2008 Gabriel Peyre
if nargin
www.eeworm.com/read/474586/6813180
sci compute_max.sci
function [Y,I] = compute_max(X,d)
// compute_max - compute maximum along dimension d
//
// [Y,I] = compute_max(X,d);
//
// Copyright (c) 2008 Gabriel Peyre
if argn(2)
www.eeworm.com/read/474586/6813192
m compute_max.m
function [Y,I] = compute_max(X,d)
% compute_max - compute maximum along dimension d
%
% [Y,I] = compute_max(X,d);
%
% Copyright (c) 2008 Gabriel Peyre
if nargin
www.eeworm.com/read/474586/6813206
sci compute_min.sci
function [Y,I] = compute_min(X,d)
// compute_min - compute min along dimension d
//
// [Y,I] = compute_min(X,d);
//
// Copyright (c) 2008 Gabriel Peyre
if argn(2)
www.eeworm.com/read/471089/6896860