📄 instantaneousmixture.m
字号:
function [Parameters] = InstantaneousMixture()% InstantaneousMixture:%% Author : Pierre JALLON% Date of creation : 04/23/2005% Date of last modification : 04/23/20005%
ParamStruct = struct(... 'NbSrc' ,3,... % Number of source signals 'NbCpt' ,5,... % Number of sensors 'NbTrajet' ,3); % Number of propagation channel path (1 for instantaneous mixture).Parameters = struct(ParamStruct);Parameters.NbSrc = 1;Parameters.NbCpt = 1;Parameters.NbTrajet = 1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -