代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/315013/13553932
m chap7_14f.m
function dx=PlantModel(t,x,flag,para)
dx=zeros(2,1);
u=para;
dx(1)=x(2);
dx(2)=-25*x(2)+133*u;
www.eeworm.com/read/313950/13578538
m ofdm.m
% Program 4-1
% ofdm.m
%
% Simulation program to realize OFDM transmission system
%
% programmed by T.Yamamura and H.Harada
%
%********************** preparation part ************************
www.eeworm.com/read/313950/13578539
m ofdmda.m
% Program 4-5
% ofdmda.m
%
% Simulation program to realize OFDM transmission system
%
% Programmed by T.Yamamura and H.Harada
% Prease refer Program 4-2
%
% GI data GI data ....(data 6symbols)
www.eeworm.com/read/312669/13606506
m chap5_5f.m
function dx=PlantModel(t,x,flag,para)
dx=zeros(2,1);
u=para;
dx(1)=x(2);
dx(2)=-50*x(2)+400*u;
www.eeworm.com/read/311700/13626928
h pdu.h
/********************************************************************
created: 2006/11/22
created: 22:11:2006 10:04
author: Louis huang
purpose: GSM SMS PDU format manipul
www.eeworm.com/read/308334/13703963
m qpsk.m
% qpsk
% qpsk.m
% Simulation program to realize QPSK transmission system
% (under one path fading)
%******************** Preparation part *************************************
sr=256000.0; % S
www.eeworm.com/read/304660/13789919
sgml fonts.sgml
Fonts
Structures representing abstract fonts
Pango supports a f
www.eeworm.com/read/304660/13789920
sgml glyphs.sgml
Glyph Storage
Structures for storing information about glyphs
p