代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/272848/10941088
cpp makematrixdata.cpp
#include
using namespace std;
int main()
{
int n = 500; // matrix size
// initialize the matrices a and b
cout
www.eeworm.com/read/271760/10981477
m fmax.m
function [y,i]=fmax(w,f)
%FMAX Maximum of MVFR matrix
% FMAX(W,F) applies MAX to each component matrix of
% the MVFR matrix, F, and returns one row per frequency.
%
% [Y,I]=FM
www.eeworm.com/read/271760/10981480
m fgetf.m
function [fout,wout]=fgetf(w,f,index)
%FGETF Get component matrices from MVFR matrix.
% FGETF(W,F,INDEX) gets the component matrices
% of the MVFR matrix, F, associated with W(INDEX)
www.eeworm.com/read/271760/10981494
m fminimum.m
function [y,i]=fminimum(w,f)
%FMINIMUM Minimum of MVFR matrix
% FMINIMUM(W,F) applies MIN to each component matrix of
% the MVFR matrix, F, and returns one row per frequency.
%
%
www.eeworm.com/read/271760/10981496
m fcnmat.m
function [d,csigma]=fcnmat(w,f)
%FCNMAT Calculates the normalized column dominance scalings.
% FCNMAT(W,F) returns an MVFR matrix of real positive diagonal
% post-multiplier matrices which scale
www.eeworm.com/read/271760/10981563
m eyef.m
function y=eyef(w,m,n)
%EYEF Generate identity MVFR matrix
% EYEF(W,n) returns an MVFR matrix made up of n-by-n identity matrices.
%
% EYEF(W,m,n) returns an MVFR matrix made up of m
www.eeworm.com/read/271760/10981574
m pm2tf.m
function [num,comden]=pm2tf(comden,s0,s1,s2,s3,s4,s5,s6,s7,s8,s9,s10);
%PM2TF Polynomial matrices to transfer function matrix
% PM2TF(Comden,S0,S1,.Si..,S10) returns a single MIMO transfer
%
www.eeworm.com/read/271760/10981596
m frnmat.m
function [d,rsigma]=frnmat(w,f)
%FRNMAT Calculates the normalized row dominance scalings.
% FRNMAT(W,F) returns an MVFR matrix of real positive diagonal
% pre-multiplier matrices which scale Fm
www.eeworm.com/read/271760/10981655
m genrdemo.m
% GENRDEMO MVFR Generation and Display Demonstration for MFD Toolbox.
echo off
% J.M Boyle 30th August 1987
% Copyright (c) 1987 by GEC Engineering Research Centre & Cambridge Control Ltd
www.eeworm.com/read/271760/10981661
m fmul.m
function fout=fmul(w,f,c)
%FMUL Multiply MVFR matrix by a matrix.
% FMUL(W,F,C) returns F*C
% FMUL(W,C,F) returns C*F
% where F is the MVFR matrix
% W is the associated