代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/372362/9512614
m ofdmnew1.m
%56*128=7168,纠错码,三种信道
%数据调制采用QPSK
clear;
clc;
%***********************参数设置部分***************************
SNR=10; %信噪比,单位dB
fl=128; %设置FFT长度(FFTlength)
Ns=28; %设置一个帧结构中OFDM信号的个数
par
www.eeworm.com/read/371917/9530954
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/371917/9530970
m chap7_13f.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/371917/9531037
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/363975/9927333
sgml multiplexing.sgml
Multiplexing sessions (in a one thread design)
The SessionSet API allows applications to make I/O on mutilple rtp ses
www.eeworm.com/read/167116/9980407
m fmintx.m
function u = fmintx(F,a,b,tol,varargin)
%FMINTX Textbook version of FMINBND
% x = FMINTX(F,a,b) finds a local minimizer x of the function F
% in the interval a
www.eeworm.com/read/360903/10072396
cpp mexopc.cpp
// mexOPC.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "mexOPC.h"
#include "OPC ClientDoc.h"
#include "WriteItemDlg.h"
#include "OPCServerDlg.h"
#inc