代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/179061/9375414
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/179061/9375430
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/179061/9375481
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/178690/9388409
xml torrent.xml
Torrent
State
Closed
This is the initial state of a download. When switching to
www.eeworm.com/read/372696/9496901
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/372696/9496903
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/372509/9506100
txt 14_3.txt
//14_3
//运行结果为:
create a X object with 1
create a X object with 2 //创建临时对象
call a func with para X object
create a X object from other X object
erase a object //析构临时对象
creat
www.eeworm.com/read/372362/9512611
m ofdmnew.m
%1536数据原,加入纠错码,三种信道。
%数据调制采用QPSK
clear;
clc;
%***********************参数设置部分***************************
SNR=10; %信噪比,单位dB
fl=128; %设置FFT长度(FFTlength)
Ns=6; %设置一个帧结构中OFDM信号的个数
n=16;
www.eeworm.com/read/372362/9512612
m ofdmnew2.m
%506*2*128=129536,纠错码,三种信道num =1310ratio =0.0101,SNR=10
%506*2*128=129536,纠错码,三种信道num =0ratio =0,SNR=20
%数据调制采用QPSK
clear;
clc;
%***********************参数设置部分***************************
SNR=20;
www.eeworm.com/read/372362/9512613
m ofdmnew0.m
%1536,无纠错码,三种信道
%数据调制采用QPSK
clear;
clc;
%***********************参数设置部分***************************
SNR=10; %信噪比,单位dB
fl=128; %设置FFT长度(FFTlength)
Ns=6; %设置一个帧结构中OFDM信号的个数
para=128;