代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/196830/8055661
m ex031100.m
n = -5:10; x = rand(1,length(n));
k = -100:100; w = (pi/100)*k; % frequency between -pi and +pi
X = x * (exp(-j*pi/100)).^(n'*k); % DTFT of x
% folding property
y = fliplr(x); m = -flipl
www.eeworm.com/read/396882/8085484
c alg48.c
#include
#include
#include
#include
/* generates:
set #1 elements:
Eeyore Piglet Pooh Tigger
set #2 elements:
Heffalump Pooh Woozle
www.eeworm.com/read/196069/8116506
m ex031100.m
n = -5:10; x = rand(1,length(n));
k = -100:100; w = (pi/100)*k; % frequency between -pi and +pi
X = x * (exp(-j*pi/100)).^(n'*k); % DTFT of x
% folding property
y = fliplr(x); m = -flipl
www.eeworm.com/read/396170/8121134
c alg48.c
#include
#include
#include
#include
/* generates:
set #1 elements:
Eeyore Piglet Pooh Tigger
set #2 elements:
Heffalump Pooh Woozle
www.eeworm.com/read/195644/8136781
m dyadupnd.m
function y = dyadupnd(x,s)
%[Y]=DYADUPND(X,S)
%X is N-D array
%S is the dimension want to up
%Y is N-D array output
%some difference with MATHWORKS wavelet toolbox
h=size(x);
h=[h(s:length(h)),
www.eeworm.com/read/245201/12810882
c alg48.c
#include
#include
#include
#include
/* generates:
set #1 elements:
Eeyore Piglet Pooh Tigger
set #2 elements:
Heffalump Pooh Woozle
www.eeworm.com/read/244538/12857386
m mserror.m
function mse = MSERROR(A, B)
% The function takes two equal images and calculates the mean square
% difference inbetween the two.
% Usage: MSE = MSERROR(A, B, NSIZE);
% where A: first image
www.eeworm.com/read/323831/13314337
h ctdlearner.h
// Copyright (C) 2003
// Gerhard Neumann (gerhard@igi.tu-graz.ac.at)
//
// This file is part of RL Toolbox.
// http://www.igi.tugraz.at/ril_toolbox
//
// All rights reserved.
www.eeworm.com/read/317833/13495846
m ex031100.m
n = -5:10; x = rand(1,length(n));
k = -100:100; w = (pi/100)*k; % frequency between -pi and +pi
X = x * (exp(-j*pi/100)).^(n'*k); % DTFT of x
% folding property
y = fliplr(x); m = -flipl
www.eeworm.com/read/145120/5747675
c utl_stsphase.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*