代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/192096/8406868
htm ch17_04.htm
Recipe 17.3. Communicating over TCP (Perl Cookbook)
www.eeworm.com/read/192096/8406915
htm ch04_05.htm
Recipe 4.4. Doing Something with Every Element in a List (Perl Cookbook)
www.eeworm.com/read/192096/8406990
htm ch12_02.htm
Recipe 12.1. Defining a Module's Interface (Perl Cookbook)
www.eeworm.com/read/192096/8407035
htm ch12_16.htm
Recipe 12.15. Using h2xs to Make a Module with C Code (Perl Cookbook)
www.eeworm.com/read/192096/8407108
htm ch20_02.htm
Recipe 20.1. Fetching a URL from a Perl Script (Perl Cookbook)
www.eeworm.com/read/390929/8433281
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/189239/8482935
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/189239/8482939
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/189075/8490993
m ofdm.m
% Program 4-1
% ofdm.m
%
% Simulation program to realize OFDM transmission system
%
% programmed by T.Yamamura and H.Harada
%
%********************** preparation part ************************