matrix.m
来自「Blind Source Separation toolbox, This wo」· M 代码 · 共 16 行
M
16 行
% MIXING MATRIX A%-------------------------------------------------------------------------------% A = mixing matrix%-------------------------------------------------------------------------------
% Grenoble, December 2000
% This work has been partly funded by the European project BLIS (IST-1999-14190)
%A=randn([nsrc nsrc]); % nsrc-by-nsrc matrix with random entries chosen % from a normal distribution with mean 0 and variance 1%A=[1 -0.5; 0.6 0.3];A=[1 0.6;0.7 1];
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?