代码搜索:MatLab

找到约 10,000 项符合「MatLab」的源代码

代码结果 10,000
www.eeworm.com/read/221849/14718328

txt matlab-viterbi.txt

function[decoder_output,survivor_state,state_metric,state_squence]=... viterbi_decoder(G,k,channel_output) n=size(G,1); L=size(G,2)/k; number_of_states=2^((L-1)*k); for j=0:(number_of_states
www.eeworm.com/read/221229/14752618

txt matlab-toolboxes.txt

Matlab Toolboxes -------------------------------------------------------------------------------- ADCPtools - acoustic doppler current profiler data processing AFDesign - designing analog and
www.eeworm.com/read/221156/14757069

pdf mc_matlab.pdf

www.eeworm.com/read/120861/14784922

htm matlab exercises.htm

MATL
www.eeworm.com/read/220365/14803152

m iir_matlab.m

clear all; %清寄存器值 clf; % 清屏 N=256; %数据点数 fs=600; % 采样频率 dt=1/fs;
www.eeworm.com/read/200536/14842186

matlab-gui-programming

昨天找其他资料看到的,尽管简单,觉得不错,分享给各位 不好意思没记下网址,对该内容总结者表示感谢 MATLAB GUI编程中几个有用的程序段 1、 启动 % 获取当前文件所在路径 currPath = fileparts(mfilename('fullpath')); % 切换工作路径到当前位置 cd(currPath
www.eeworm.com/read/217623/14957049

doc matlab25.doc

www.eeworm.com/read/217546/14959074

pdf matlab1.pdf