代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/352274/10567591
m uf_rfltsys.m
function [Fsystrans,omega,Array,Textinfo]=uf_rfltsys(pbtype);
% UF_RFLTSYS 由低通原型转换到实际滤波器的传递函数。
% 输入参数:
% pbtype - 通带类型(lp/hp/bp/bs)
pbtype=deblankall(lower(pbtype));
h
www.eeworm.com/read/352274/10567653
m lszq.m
function lszq(action,in1,in2);
%LSZQ 离散周期信号的频谱分析
% possible actions:
% 'start'
% 'down'
% 'move'
% 'up'
% 'redraw'
% 'done'
% 'setfreq'
if nargin
www.eeworm.com/read/352274/10567935
m uf_fltcircuit.m
function fig = uf_fltcircuit(findex);
% UF_FLTCIRCUIT 绘出归一化低通原型滤波器的电路图,以
% 及相对于其它型滤波器的元件转换关系。
if nargin < 1, findex = 1; end;
figName='滤波器电路设计之一';
figHandle = findobj('Type','
www.eeworm.com/read/352274/10567946
m signt.m
function signt(action,in1,in2);
%signt 交互式信号演示 - 1 : 信号的 DFT
% Illustrating some basic signal processing concepts, such as
% sampling, aliasing, and windowing.
% possible actions:
% 'start'
www.eeworm.com/read/352274/10568382
m yjxt.m
function yjxt(action,in1,in2);
%yjxt 系统特性演示 - 1 : 一阶系统
% Illustrating some basic signal processing concepts, such as
% sampling, aliasing, and windowing.
% possible actions:
% 'start'
% '
www.eeworm.com/read/351010/10688125
m nnd12m.m
function nnd12m(cmd,arg1)
%NND12M Marquardt backpropagation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%=============================
www.eeworm.com/read/351010/10688128
m nnd12ms.m
function nnd12ms(cmd,arg1)
%NND12MS Maquardt step demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%=======================================
www.eeworm.com/read/351010/10688137
m nnd13edr.m
function nnd13edr(cmd,arg1,arg2,arg3)
%NND13EDR Effects of decay rate demonstration.
% First Version, 8-31-95.
%==================================================================
% CONSTANTS
www.eeworm.com/read/351010/10688141
m nnd8ts2.m
function nnd8ts2(cmd,data)
%NND8TS2 Taylor series demonstration #2.
% First Version, 8-31-95.
%==================================================================
% BRING UP FIGURE IF IT EXIS
www.eeworm.com/read/351010/10688150
m nnd5rb.m
function nnd5rb(cmd)
%NND5RB Reciprocal basis demonstration.
% INITIALIZE
arrow_size=0.2;
not_first_tm=0;
% BRING UP FIGURE IF IT EXISTS
me = 'nnd5rb';
fig = nnfgflag(me);
if length(ge