代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/283085/9043574
asv sagunitcomst.asv
%%sag compress
%将“持续不同时间长度”的电压凹陷信号进行归一化
clc;clear;
%产生持续时间不同的电压突降sag
t=1:320;
w0=100*pi;
a=randint(10,1,[100 900])/1000;
t1=randint(10,1,[32,160]);%产生阶跃函数的起始时间
t2=randint(10,1,[192,288]);
d
www.eeworm.com/read/283085/9043584
m interst.m
%电压中断(voltage interruption)的ST变换
clc;clear;
%电压中断interruption
t=0:300;
w0=100*pi;
t1=64;t2=224;
y1=stepfun(t,t1);y2=stepfun(t,t2);
y3=y1-y2;
data=(1-0.9756*y3).*sin(w0*0.000625*t);%产生电压中断inter
www.eeworm.com/read/283085/9043586
asv osci_transst.asv
%震荡暂态(oscillatory transients)的ST变换
clc;clear;
%震荡暂态oscillatory transients信号
t=0:300;
w0=100*pi;
t1=64;t2=128;%暂态时间2个T
y1=stepfun(t,t1);y2=stepfun(t,t2);
y3=y1-y2;
A=0.777;c=8.234;a=14.555;
www.eeworm.com/read/380183/9158321
m f_decide.m
function [matrix_rt,a_rt,p_rt]=f_decide(dm,matrix_input,b,min_index,a,p);%决策,仅保留其一
matrix_rt=[matrix_input b(min_index,:)];
a_rt=a(:,min_index);
p_rt=p(:,(min_index-1)*dm*3+1:min_index*dm*3);
www.eeworm.com/read/179705/9344305
c init_source.c
/* matrix/init_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/179705/9344422
c multilinear.c
/* multifit/multilinear.c
*
* Copyright (C) 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as p
www.eeworm.com/read/364035/9924018
cpp decode_ldpc_new.cpp
/*LDPC Decoder*/
#include "mex.h"
#include "matrix.h" // for Matlab mx and mex fuctions
#include "math.h"
#include // what for
#include "decodeutil_new.h"
#define INF 1000
www.eeworm.com/read/353860/10411484
m fig26.m
% fig26.m, for the figure 2.6, pp.29
% capacity for ergodic channel by Monte-Carlo method,
% the channel objection the rayleigh distribution,
% Date : Dec.,2007
clear;
j = sqrt(-1
www.eeworm.com/read/424281/10473134
c genhermv.c
/* eigen/genhermv.c
*
* Copyright (C) 2007 Patrick Alken
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publi
www.eeworm.com/read/424281/10474634
c init_source.c
/* matrix/init_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the