代码搜索:Transforms
找到约 1,181 项符合「Transforms」的源代码
代码结果 1,181
www.eeworm.com/read/210919/15189892
m toimage.m
function [im,tt] = toimage(A,f,t,splx,sply)
% [im,tt] = TOIMAGE(A,f,t,splx,sply) transforms a spectrum made
% of 1D functions (e.g., output of "spectreh") in an 2D image
%
% inputs : - A : ampli
www.eeworm.com/read/206158/15299312
m toimage.m
function [im,tt] = toimage(A,f,t,splx,sply)
% [im,tt] = TOIMAGE(A,f,t,splx,sply) transforms a spectrum made
% of 1D functions (e.g., output of "spectreh") in an 2D image
%
% inputs : - A : ampli
www.eeworm.com/read/165306/5483545
h trainingset.h
#ifndef _TRAININGSET_H
#define _TRAININGSET_H
#include "Neuron.h"
#include "Network.h"
namespace annie
{
/// transforms one vector to another. Doesn't have to come up with the same size.
/// look i
www.eeworm.com/read/315543/3619638
h trainingset.h
#ifndef _TRAININGSET_H
#define _TRAININGSET_H
#include "Neuron.h"
#include "Network.h"
namespace annie
{
/// transforms one vector to another. Doesn't have to come up with the same size.
/// look i
www.eeworm.com/read/160303/5573011
c db_ops.c
/*
* Dynamic db (proposal, transforms, attributes) handling.
* Author: JuanJo Ciarlante
*
* db_ops.c,v 1.1.2.1 2003/11/21 18:12:23 jjo Exp
*
* This program is free s
www.eeworm.com/read/364264/9916766
m xy2inout.m
function result=xy2inout(x,y)
%XY2INOUT Transforms matrices into a GPLAB algorithm data set (input and output).
% XY2INOUT(X,Y) returns a struct array with input and desired output
% data fo
www.eeworm.com/read/163025/10252365
m waveletcdf97.m
function X = WaveletCDF97(X, Level)
%WAVELETCDF97 Cohen-Daubechies-Fauraue 9-7 Wavelet Transforms
% Y = WaveletCDF97(X, N) performs N decomposition stages on image
% X and produces wavelet tra
www.eeworm.com/read/278180/10560447
m toimage_nonormolized.m
function [im,tt] = toimage_nonormolized(A,f,t,splx,sply)
% [im,tt] = TOIMAGE(A,f,t,splx,sply) transforms a spectrum made
% of 1D functions (e.g., output of "spectreh") in an 2D image
%
% inputs : -
www.eeworm.com/read/460712/7105736
m qdf2sn.m
function [S,n] = qdf2sn(D,F)
% QDF2SN [S,n] = qdf2sn(D,F)
% transforms the complex (D,F) form
% to the complex (S,n) form
% D : direct feedthrough matrix
%
www.eeworm.com/read/439271/7713266
m qdf2sn.m
function [S,n] = qdf2sn(D,F)
% QDF2SN [S,n] = qdf2sn(D,F)
% transforms the complex (D,F) form
% to the complex (S,n) form
% D : direct feedthrough matrix
%