代码搜索:试验数据

找到约 10,000 项符合「试验数据」的源代码

代码结果 10,000
www.eeworm.com/read/295240/8178897

bak 输出一连串的字符,试验_opt.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/333937/12651763

m example10_1.m

clear all; N=1000; % 设置试验数据长度 A=[ 1 -1.5 0.7 ]; B=[0 1 0.5]; C=[1 0.5]; D=[1 0.5]; % 模型参数 Model=idpoly(A, B);