代码搜索:Transforms
找到约 1,181 项符合「Transforms」的源代码
代码结果 1,181
www.eeworm.com/read/424063/10499702
m canon.m
function [ab,bb,cb,db,T] = canon(a,b,c,d,Type)
%CANON State-space to canonical form transformation.
% [Ab,Bb,Cb,Db] = CANON(A,B,C,D,'type') transforms the continuous
% state-space system (A,B,C,D)
www.eeworm.com/read/297947/7984328
m test_local_dct.m
% test for the DCT2 and DCT4 transform
name = 'lena';
n = 256;
M = load_image(name);
M = crop(M,n);
M = randn(n);
w = 16;
q = 8;
options.window_type = 'sin';
%% orthogonal transforms
% local ove
www.eeworm.com/read/486345/6540231
m sub_bytes.m
function bytes_out = sub_bytes (bytes_in, s_box)
%SUB_BYTES Nonlinear byte substitution using a substitution table.
%
% BYTES_OUT = SUB_BYTES (BYTES_IN, S_BOX)
% transforms the input array B
www.eeworm.com/read/124825/14535876
changelog
2002-12-19 Gunnar Evermann
* speechio.tex: Document _T qualifier.
* models.tex: Document input linear transforms.
* htkoview.tex (New in 3.2): Enumerate new features.
*
www.eeworm.com/read/475942/6770461
m greg2jul.m
function JD=greg2jul(GD)
%GREG2JUL Transform Gregorian date to Julian date.
% JD = GREG2JUL(GD) transforms Gregorian date GD to
% Julian date JD. Julian date is the number of days
% since n
www.eeworm.com/read/265723/11255257
m sph2cart.m
function [x,y,z] = sph2cart(az,elev,r)
%SPH2CART Transform spherical to Cartesian coordinates.
% [X,Y,Z] = SPH2CART(TH,PHI,R) transforms corresponding elements of
% data stored in spherical coo
www.eeworm.com/read/265723/11255260
m cart2sph.m
function [az,elev,r] = cart2sph(x,y,z)
%CART2SPH Transform Cartesian to spherical coordinates.
% [TH,PHI,R] = CART2SPH(X,Y,Z) transforms corresponding elements of
% data stored in Cartesian coo
www.eeworm.com/read/147096/12583914
m canon.m
function [ab,bb,cb,db,T] = canon(a,b,c,d,Type)
%CANON State-space to canonical form transformation.
% [Ab,Bb,Cb,Db] = CANON(A,B,C,D,'type') transforms the continuous
% state-space system (A,B,C,D)
www.eeworm.com/read/101557/15826489
m canon.m
function [ab,bb,cb,db,T] = canon(a,b,c,d,Type)
%CANON State-space to canonical form transformation.
% [Ab,Bb,Cb,Db] = CANON(A,B,C,D,'type') transforms the continuous
% state-space system (A,B,C,D)