代码搜索:JMAT
找到约 19 项符合「JMAT」的源代码
代码结果 19
www.eeworm.com/read/431637/8664267
m jmat.m
function Jm=jmat(w1,w2,R,p,Jmin);
% Input arguments:
% w1 = vector with K values of w1 over time, dim 1xK
% w2 = vector with K values of w2 over time, dim 1xK
% R = autocorrelation matrix, dim MxM
www.eeworm.com/read/431635/8664331
m jmat.m
function Jm=jmat(w1,w2,R,p,Jmin);
% Input arguments:
% w1 = vector with K values of w1 over time, dim 1xK
% w2 = vector with K values of w2 over time, dim 1xK
% R = autocorrelation matrix, dim MxM
www.eeworm.com/read/305575/13765379
m jmat.m
function[x]=jmat(theta)
%JMAT 2-D rotation matrix through specified angle.
%
% J=JMAT(TH) creates a rotation matrix
%
% J=[COS(TH) -SIN(TH);
% SIN(TH) COS(TH)];
%
% such that J*X
www.eeworm.com/read/411038/11258742
m jmat.m
function Jm=jmat(w1,w2,R,p,Jmin);
% Input arguments:
% w1 = vector with K values of w1 over time, dim 1xK
% w2 = vector with K values of w2 over time, dim 1xK
% R = autocorrelation matrix, dim MxM
www.eeworm.com/read/324048/13293247
m makeddbdryfilter.m
function [LEFilt,REFilt] = MakeDDBdryFilter(D)
% MakeDDBdryFilter -- Edge filters, Interpolating (Deslauriers-Dubuc) Refinement
% Usage
% [LEFilt,REFilt] = MakeDDBdryFilter(D)
% Inputs
%
www.eeworm.com/read/201202/15413537
sci makeddbdryfilter.sci
function [LEFilt,REFilt] = MakeDDBdryFilter(D)
// MakeDDBdryFilter -- Edge filters, Interpolating (Deslauriers-Dubuc) Refinement
// Usage
// [LEFilt,REFilt] = MakeDDBdryFilter(D)
// Inputs
/
www.eeworm.com/read/159014/10701710
m distributed.m
% Jitterbug example: distributed.m
% ================================
% Calculate the performance of a distributed control system with
% delays/jitter
scenario = 1; % 1 = constant delay, 2 = random
www.eeworm.com/read/397477/8043423
c innerprod.c
/*
RES = innerProd(MAT);
Computes mat'*mat
Odelia Schwartz, 8/97.
*/
#define V4_COMPAT
#include
#include
#include
#include
#include
#incl
www.eeworm.com/read/331444/12827983
c innerprod.c
/*
RES = innerProd(MAT);
Computes mat'*mat
Odelia Schwartz, 8/97.
*/
#define V4_COMPAT
#include
#include
#include
#include
#include
#incl
www.eeworm.com/read/305575/13765655
m vectmult.m
function[v1,v2]=vectmult(i1,i2,i3,i4)
%VECTMULT Matrix multiplication for arrays of two-vectors.
%
% [Y1,Y2]=VECTMULT(M,X1,X2) where MAT is a 2x2 matrix and X1 and X2
% are length K column vecto