代码搜索:Transforms
找到约 1,181 项符合「Transforms」的源代码
代码结果 1,181
www.eeworm.com/read/178205/9414675
h affine.h
/*
* affine.h -- Affine Transforms for 2d objects
* Copyright (C) 2002 Charles Yates
*
* This program is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/177981/9425009
m da_trans.m
%
% da_trans.m
%
% Transforms data by:
%
% Taking logs
% Powers
% Square roots
% Exponentials
%
da_front;
drawnow;
w1=gcf;
%
% Put the original data into a backup matrix
%
tran
www.eeworm.com/read/164272/10120171
m da_trans.m
%
% da_trans.m
%
% Transforms data by:
%
% Taking logs
% Powers
% Square roots
% Exponentials
%
da_front;
drawnow;
w1=gcf;
%
% Put the original data into a backup matrix
%
tran
www.eeworm.com/read/424281/10467891
todo
* Sine and Cosine Transforms from FFTPACK.
* A simple multidimensional fft.
* Convolutions. This will need different interfaces corresponding to
the type of underlying FFT (radix-2, mixed-radix, ra
www.eeworm.com/read/159601/10636265
m da_trans.m
%
% da_trans.m
%
% Transforms data by:
%
% Taking logs
% Powers
% Square roots
% Exponentials
%
da_front;
drawnow;
w1=gcf;
%
% Put the original data into a backup matrix
%
tran
www.eeworm.com/read/277145/10659665
c transform.c
/* this file is a part of amp software, (C) tomislav uzelac 1996,1997
*/
/* transform.c imdct and polyphase(DCT) transforms
*
* Created by: tomislav uzelac May 1996
* Karl Anders Oygard o
www.eeworm.com/read/349916/10782990
m da_trans.m
%
% da_trans.m
%
% Transforms data by:
%
% Taking logs
% Powers
% Square roots
% Exponentials
%
da_front;
drawnow;
w1=gcf;
%
% Put the original data into a backup matrix
%
tran
www.eeworm.com/read/270548/11033325
m analogtounitcoded.m
function unitCodedSignal = analogToUnitCoded(analogSignal, nUnits)
% transforms a 1-dimensional Signal analogSignal with range [0,1] into
% nUnits-dimensional signal
% (each dim ranging in [0,1]) t
www.eeworm.com/read/129161/7077912
c pngrtran.c
/* pngrtran.c - transforms the data in a row for png readers
libpng 1.0 beta 3 - version 0.89
For conditions of distribution and use, see copyright notice in png.h
Copyright (c) 1995,
www.eeworm.com/read/129161/7077915
c pngwtran.c
/* pngwtran.c - transforms the data in a row for png writers
libpng 1.0 beta 3 - version 0.89
For conditions of distribution and use, see copyright notice in png.h
Copyright (c) 1995,