代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/194440/8194364
m timeanalcb.m
function timeanalcb(action)
% Determine the parameters for the Plus Time analysis function which finds the
% delay time values at each receivers
if( nargin < 1 )
action = 'init';
end
if( strcmp(
www.eeworm.com/read/194440/8194392
m fbdiffsynt.m
%function= fbdiffsynt(action)
%figure
%load_data=uimenu(gcf,'Label','Load data','callback',loadsynt);
%display_fb=uimenu(gcf,'Label','Display FB_picks','callback','fbdiffsynt(''init''));
%if(nargin
www.eeworm.com/read/393865/8257840
m testwaveletkernel.m
%
% this is a script for testing and looking into wavelet kernel
% and different decompositions.
%
%
clear all
close all
% this is the data
N=50;
x=linspace(0,1,N)';
% these are the
www.eeworm.com/read/172975/9681240
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the
www.eeworm.com/read/367830/9727803
m mmderiv.m
function z=mmderiv(x,y)
%MMDERIV Compute Derivative Using Weighted Central Differences.
% MMDERIV(X,Y) computes the derivative of the function y=f(x) given the
% data in X and Y. X must be a vector, b
www.eeworm.com/read/170936/9779163
m gradchek.m
function [gradient, delta] = gradchek(w, func, grad, varargin)
%GRADCHEK Checks a user-defined gradient function using finite differences.
%
% Description
% This function is intended as a utility for
www.eeworm.com/read/415313/11076388
m gradchek.m
function [gradient, delta] = gradchek(w, func, grad, varargin)
%GRADCHEK Checks a user-defined gradient function using finite differences.
%
% Description
% This function is intended as a utility for
www.eeworm.com/read/414865/11098493
m mmderiv.m
function z=mmderiv(x,y)
%MMDERIV Compute Derivative Using Weighted Central Differences.
% MMDERIV(X,Y) computes the derivative of the function y=f(x) given the
% data in X and Y. X must be a vector, b
www.eeworm.com/read/269039/11110655
pl run-tests.pl
#!/usr/bin/perl
if (not -d 'results/') {
mkdir 'results';
}
$c = 0;
for $test () {
$output = $test;
$output =~ s/^tests/results/;
$output =~ s/\.ld$/.hex/;
www.eeworm.com/read/413912/11137103
m gradchek.m
function [gradient, delta] = gradchek(w, func, grad, varargin)
%GRADCHEK Checks a user-defined gradient function using finite differences.
%
% Description
% This function is intended as a utility for