代码搜索结果
找到约 10,000 项符合
Switch 的代码
subsasgn.m
function a = subsasgn(a,index,val)
switch index(1).type
case '.'
switch index(1).subs
case 'con'
if length(index) == 2
a.con(index(2).subs{:}) = val;
else
a.con = v
subsasgn.m
function a = subsasgn(a,index,val)
switch index(1).type
case '.'
switch index(1).subs
case 'con'
if length(index) == 2
a.con(index(2).subs{:}) = val;
else
a.con = v
subsasgn.m
function a = subsasgn(a,index,val)
switch index(1).type
case '.'
switch index(1).subs
case 'con'
if length(index) == 2
a.con(index(2).subs{:}) = val;
else
a.con = v
subsasgn.m
function a = subsasgn(a,index,val)
switch index(1).type
case '.'
switch index(1).subs
case 'con'
if length(index) == 2
a.con(index(2).subs{:}) = val;
else
a.con = v
subsasgn.m
function a = subsasgn(a,index,val)
switch index(1).type
case '.'
switch index(1).subs
case 'con'
if length(index) == 2
a.con(index(2).subs{:}) = val;
else
a.con = v
hc456.m
%《数字信号处理教程——MATLAB释义与实现》第四章例4.5.6程序hc456
% T,N,L变化时频点集的对应关系
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
T0=[0.1,0.05,0.05,0.1];
N0=[16,16,32,32];
for r=1:4
T=T0(r);N=N0(r); % 设定T和N的
hc452.m
%《数字信号处理教程——MATLAB释义与实现》第四章例4.5.2程序hc452
% 连续信号频谱计算中有相邻谐振峰的算例
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
T0=[0.6,0.15,0.15,0.15]; % 各次计算拟采用的T,编成向量T0
N0=[256,256,256,2048]; % 各次计算拟采用的N,编成向量N0
for r=1:4
hc451.m
%《数字信号处理教程——MATLAB释义与实现》第四章例4.5.1程序hc451
% 连续信号频谱计算中的T,N,L选择过程
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% 连续信号频谱计算中的T,N,L选择过程
T0=[2,1,0.5,0.1,0.1,0.1]; % 各次计算拟采用的T,编成向量T0
L0=[10,10,10,10,20,40]; % 各次计
hc454.m
%《数字信号处理教程——MATLAB释义与实现》第四章例4.5.4程序hc454
% 连续信号频谱计算中截断的正余弦信号频谱的算例
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
N0=[50,100,500,628];
for r=1:4
N=N0(r);
T=0.1;n=1:N; % 原始数据
D=2*pi/(N*T);
利用os_cpu_a.s
;**********************************************************************
;****************************************************
; $Workfile: os_cpu_a.S for SkyEye simulator $
; $Revision: 1.