代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
www.eeworm.com/read/414697/11105624
m view_mimo_msf.m
%View control system setting
tmp=(100+3*maxrow*25);
[f]=crfig(20,20,600,tmp,'Multi variable MSF controller','w','none','off');
uicontrol(f,...
'Style','text',...
'Position',[20 tmp-30 100 20]
www.eeworm.com/read/414697/11105646
m mimo2sen.m
function f=mimo2sen(x,y,E,sign,w,ps,ms,qs,order,row,col,input_delay,pds,qds)
% f=mimopartial(x,y,e,sign,w,ps,ms,qs,order,row,col,input_delay,pd)
% function to compute the the partial sensitivity fun
www.eeworm.com/read/414697/11105682
m noise_amp_mimo.m
function [e]=noise_amp_MIMO(qs,order,Na,y)
% [e]=noise_amp_e(qs,order,Na,y)
% This function compute the filter time constant to satisfy noise amplification.
n=length(order);
e=ones(1,n)*1e-2;
opt
www.eeworm.com/read/414697/11105784
m view_mimo_qd.m
%View control system setting
tmp=(100+maxrow*25);
[f]=crfig(20,20,600,tmp,'Multi Variable Feedback Controller, qd(s)','w','none','off');
tmp(2)=tmp(1)-60;
uicontrol(f,...
'Style','text',...
www.eeworm.com/read/414697/11105943
m mimo1sen.m
function f=mimo1sen(x,y,E,sign,w,ps,ms,qs,order,row,col,input_delay,pds,qds)
% Sensitivity function for the MIMO system
% Xwc_ub_w Xwc_lb_w are the upper and lower bound tables
% with a structure X
www.eeworm.com/read/414697/11106031
m mimo2com.m
function f=mimo2com(x,y,E,signo,w,ps,ms,qs,order,row,col,input_delay,pds,qds)
% f=mimopartial(x,y,e,sign,w,ps,ms,qs,order,row,col,input_delay,pd)
% function to compute the the partial sensitivity fu
www.eeworm.com/read/414697/11106038
m mimo_ub_lb.m
function mimo_ub_lb(fun,f,flag,y,vub,vlb,Epsilon,ps,ms,qs,qds,order,handle,...
L_handle,p_handle,input_delay,pds,Mp,decade)
% This function compute upper bound and lower bound of the MIMO system
www.eeworm.com/read/414697/11106043
asv mimo_ub_lb.asv
function mimo_ub_lb(fun,f,flag,y,vub,vlb,Epsilon,ps,ms,qs,qds,order,handle,...
L_handle,p_handle,input_delay,pds,Mp,decade)
% This function compute upper bound and lower bound of the MIMO system
www.eeworm.com/read/266102/11240302
m mimo2pi.m
% Algorithm "mimo2pi.m"
% Implementation of Node Reduction Algorithm
% and calculation of equivalent pi-shaped
% two-port network.
% Input Parameters:
% - Number of internal and exterior
www.eeworm.com/read/266102/11240317
m mimo2t.m
% Program "mimo2t.m"
% Implementation of Node Reduction Algorithm.
% Calculates impedances of node-equivalent
% T-shaped two-port network.
% Input Parameters:
% - Number of internal and exte