代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/331502/6327341
m cum2x.m
function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag)
%CUM2X Cross-covariance
% y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag)
% x,y - data vectors/matrices with identical dimensi
www.eeworm.com/read/493034/6404314
asv jiedianyunxing0827.asv
clc;
t0 = clock;
for k=1:100
j=sqrt(-1);
%% define named indices into bus, gen, branch matrices
[PQ, PV, REF, NONE, BUS_I, BUS_TYPE, PD, QD, GS, BS, BUS_AREA, VM, ...
VA, BASE_KV, ZONE, VMAX
www.eeworm.com/read/490407/6455906
m mean.m
function y = mean(x,dim) %函数定义行,注意函数名称必须与文件名称相同
%MEAN Average or mean value.——H1帮助行
% For vectors, MEAN(X) is the mean value of the elements in X. For
% matrices, MEAN(X) is a row vector con
www.eeworm.com/read/488257/6500149
m mean.m
function y = mean(x,dim) %函数定义行,注意函数名称必须与文件名称相同
%MEAN Average or mean value.——H1帮助行
% For vectors, MEAN(X) is the mean value of the elements in X. For
% matrices, MEAN(X) is a row vector con
www.eeworm.com/read/487268/6517449
m mean.m
function y = mean(x,dim) %函数定义行,注意函数名称必须与文件名称相同
%MEAN Average or mean value.——H1帮助行
% For vectors, MEAN(X) is the mean value of the elements in X. For
% matrices, MEAN(X) is a row vector con
www.eeworm.com/read/485544/6552825
m mlpunpack.m
function [W1, B1, W2, B2, W3, B3, W4, B4] = mlpunpack(nodes, wh)
% MLPUNPACK ReBEL MLP neural network weight matrices de-vectorizer.
%
% This function unpacks the parameters (weights and biases) of
www.eeworm.com/read/479763/6678384
m cum2x.m
function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag)
%CUM2X Cross-covariance
% y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag)
% x,y - data vectors/matrices with identical dimensi
www.eeworm.com/read/478200/6721873
m cum2x.m
function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag)
%CUM2X Cross-covariance
% y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag)
% x,y - data vectors/matrices with identical dimensi
www.eeworm.com/read/409645/11317330
c sys2.c
#include "cbox2.h"
void Sys2(X,Y,G,H,F,Bc,Code,Dim,No)
float X[82],Y[82],G[81][162],H[81][81],F[81],Bc[161];
int Code[161],Dim,No;
{
/*[ This function computes the matrices G and H, and forms
www.eeworm.com/read/404736/11479504
m mallat_split.m
% ----------------------------------------------
% mallat_split : s閜are les matrices en sous-bandes
%
% utilisation :
%-------------
%
% [R1LL,R1LH,R1HL,R1HH] = mallat_split(M1) ;
%
% R2LL,R2L