代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/433916/7904455
m qpskdemod.m
function [demodata]=qpskdemod(idata,qdata,para,nd,ml)
demodata=zeros(para,ml*nd);
demodata((1:para),(1:ml:ml*nd-1))=idata((1:para),(1:nd))>=0;
demodata((1:para),(2:ml:ml*nd))=qdata((1:para),(1:nd
www.eeworm.com/read/398814/7919517
pt_br readme.pt_br
README.pt_BR
README para o GTKores vers鉶 0.4
================================
Sobre
~~~~~
GTKores
www.eeworm.com/read/197887/7964335
sgml intro.sgml
Introduction
Overview
This documentation will give an overview of how the v0.1 libusb API works and relates to &usb;. Work
www.eeworm.com/read/197887/7964340
sgml examples.sgml
Examples
There are some nonintuitive parts of libusb v0.1 that aren't difficult, but are probably easier to understand with some examples.
www.eeworm.com/read/196946/8039163
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/196946/8039167
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/333698/12664368
m dist.m
function d=dist(X,W,type,para)
% X: K x M
% W: C x M
% d: K x C K俺狼 1 X M 氦磐客 C俺狼 1 X M 盔屈埃狼 芭府
% type = 0 (default) L2 norm, para=[]
% = 1 L1 norm, para=[]
% = 2 L_inf norm (box distance)
www.eeworm.com/read/333652/12666692
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;