www.gusucode.com > dsp 案例源码程序 matlab代码 > dsp/NameOfTheFirstCurrentBlockExample.m

    %% Name of the First Current Block
% Display block support information for the specified model, and then find
% the name of the first current block.
sys = 'dspcochlear';
%% 
% Load the dspcochlear model
load_system(sys)		
%%
% Run dsp_links on the model
links = dsp_links(sys)
%%
% Find the name of the first current block
links.current{1}