代码搜索:Reduction
找到约 701 项符合「Reduction」的源代码
代码结果 701
www.eeworm.com/read/386050/8769670
m showfigs.m
%SHOWFIGS Show all figures on the screen
%
% SHOWFIGS(K)
%
% Use K figures on a row
function showfigs(k)
h = sort(get(0,'children'));
n = length(h);
if nargin == 0
k = ceil(sqrt(n));
e
www.eeworm.com/read/282683/9074348
m contents.m
% Dimensionality Reduction Toolbox
% Version 0.3b 22-June-2007
www.eeworm.com/read/360732/10080630
m test_dimreduc.m
% simple tests for dimension reduction on 3D data
%
% Copyright (c) 2005 Gabriel Peyr
www.eeworm.com/read/469233/6979649
m frost.m
%Frost filter for speckle noise reduction
%Author : Jeny Rajan
function [ft]=frost(I)
% I is the noisy input image
tic
[x y z]=size(I);
I=double(I);
K=1;
N=I;
for i=1:x
for j=1:y
www.eeworm.com/read/299984/7140761
m showfigs.m
%SHOWFIGS Show all figures on the screen
%
% SHOWFIGS(K)
%
% Use K figures on a row
function showfigs(k)
h = sort(get(0,'children'));
n = length(h);
if nargin == 0
k = ceil(sqrt(n));
e
www.eeworm.com/read/460435/7251243
m showfigs.m
%SHOWFIGS Show all figures on the screen
%
% SHOWFIGS(K)
%
% Use K figures on a row
function showfigs(k)
h = sort(get(0,'children'));
n = length(h);
if nargin == 0
k = ceil(sqrt(n));
e
www.eeworm.com/read/441245/7673465
m showfigs.m
%SHOWFIGS Show all figures on the screen
%
% SHOWFIGS(K)
%
% Use K figures on a row
function showfigs(k)
h = sort(get(0,'children'));
n = length(h);
if nargin == 0
k = ceil(sqrt(n));
e
www.eeworm.com/read/244800/12842974
m contents.m
% Dimensionality Reduction Toolbox
% Version 0.3b 22-June-2007
www.eeworm.com/read/119864/6081803
c sinf.c
/* sinf.c
*
* Circular sine
*
*
*
* SYNOPSIS:
*
* float x, y, sinf();
*
* y = sinf( x );
*
*
*
* DESCRIPTION:
*
* Range reduction is into intervals of pi/4. The reduction
* err