代码搜索:Transforms
找到约 1,181 项符合「Transforms」的源代码
代码结果 1,181
www.eeworm.com/read/200650/15428106
m contents.m
% Rice Wavelet Toolbox
% Version 2.4 Dec 2002
%
% Wavelet Transforms.
% mdwt - Discrete orthogonal wavelet transform using Mallat alg. (1D and 2D)
% midwt - Inverse discrete orthogonal wavel
www.eeworm.com/read/375764/9350108
h xform.h
/**@file
Functions for computing transforms from image feature correspondences
Copyright (C) 2006 Rob Hess
@version 1.1.1-20070330
*/
#ifndef XFORM_H
#define XFORM_H
#i
www.eeworm.com/read/277299/10647319
txt standard-2d-fdtd.txt
/*fd2d_3.4.c. 2D TM simulation of a plane wave source impinging on a dielectric cylinder
Analysis using Fourier Transforms*/
# include
# include
# include
www.eeworm.com/read/452419/6951556
h xform.h
/**@file
Functions for computing transforms from image feature correspondences
Copyright (C) 2006 Rob Hess
@version 1.1.1-20070330
*/
#ifndef XFORM_H
#define XFORM_H
#i
www.eeworm.com/read/461382/7228211
m demod2d.m
% Demod2D transforms received symbol values into log-likelihoods
%
% The calling syntax is:
% [output] = Demod2D( input, S_matrix, EsNo, [fade_coef] )
%
% output = M by N matrix of symbol
www.eeworm.com/read/461382/7228303
c demod2d.c
/* File: Demod2D.c
Description: Transforms received symbols into ML symbol log-likelihoods
The calling syntax is:
[output] = Demod2D( input, S_matrix, EsNo, [fade_coef] )
Whe
www.eeworm.com/read/447524/7549763
txt cb2006_install_notes.txt
If your BDS2006 compiler find errors in GR32_Transforms.hpp, just comment
all lines in the range from 451 to 468:
//extern PACKAGE float IdentityMatrix[3][3];
//extern PACKAGE bool FullEdge;
//e
www.eeworm.com/read/446824/7564244
m test_2.m
clc; clear; clf;
% nonlinear transforms
%the numbar of the inputs bits...
% only pozitive values ...
nbits_in = 15 ;
nbits_out = 7;
% define the range
x_min = -2^nbits_in ;
x_max = + 2^
www.eeworm.com/read/330486/12885860
h xform.h
#ifndef XFORM_H
#define XFORM_H
/*
Szymon Rusinkiewicz
Princeton University
XForm.h
Affine transforms (represented internally as column-major 4x4 matrices)
Supports the following operations:
xform