代码搜索:multi-dimensional
找到约 164 项符合「multi-dimensional」的源代码
代码结果 164
www.eeworm.com/read/334162/12628831
texi fftw.texi
\input texinfo @c -*- texinfo -*-
@c % $Id: fftw.texi,v 1.256 2003/01/15 21:09:33 stevenj Exp $
@c %**start of header
@setfilename fftw.info
@settitle FFTW
@c %**end of header
@include version.texi
www.eeworm.com/read/359005/10172287
m trips.m
%% Model Identification
% This is a demonstration of subtractive clustering and how it can be used
% with multi-dimensional data.
%
% Copyright 1994-2002 The MathWorks, Inc.
% $Revision: 1.12 $
www.eeworm.com/read/162188/10327571
src fftm.src
#ifDLLCALL
/*
** fftm.src - multi-dimensional fft
**
** (C) Copyright 1996 by Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
*
www.eeworm.com/read/334162/12629045
m fftw.m
function y = fftw(x,sign)
%FFTW Discrete Fourier transform (DFT)
% Y = FFTW(X,SIGN) sets Y to the DFT of X, computed via a
% fast Fourier transform algorithm. SIGN is the sign of the
% exponent
www.eeworm.com/read/109919/15545798
doc history.doc
--------------------------------------------------------------------------------
Release Date | Version | Details
--------------------------------------------------------------------------------
27
www.eeworm.com/read/429878/8783885
htm somunpak.htm
Netlab Reference Manual somunpak
somunpak
Purpose
Replaces node weights in SOM.
Synopsis
net = somunpak(net, w)
www.eeworm.com/read/177674/9442619
m somunpak.m
function net = somunpak(net, w)
%SOMUNPAK Replaces node weights in SOM.
%
% Description
% NET = SOMUNPAK(NET, W) takes a SOM data structure NET and weight
% matrix W (each node represented by a row) a
www.eeworm.com/read/176823/9483307
m somunpak.m
function net = somunpak(net, w)
%SOMUNPAK Replaces node weights in SOM.
%
% Description
% NET = SOMUNPAK(NET, W) takes a SOM data structure NET and weight
% matrix W (each node represented by a row) a
www.eeworm.com/read/469416/6976469
m somunpak.m
function net = somunpak(net, w)
%SOMUNPAK Replaces node weights in SOM.
%
% Description
% NET = SOMUNPAK(NET, W) takes a SOM data structure NET and weight
% matrix W (each node represented by a r
www.eeworm.com/read/144120/12812621
v multidimarray.v
// This test verifies that the reader will catch attempts to declare
// multi-dimensional arrays.
module top();
wire [1:0] a[3:0];
endmodule