代码搜索:Pilot

找到约 995 项符合「Pilot」的源代码

代码结果 995
www.eeworm.com/read/390098/8486259

m pilot.m

function[pro]=Pilot(SNRindB,fd) M=4; N=64; [s,d_pilot]=xinhao1; U=xindao1(s,SNRindB,fd); j=sqrt(-1); %产生4*64的傅立叶变换矩阵 F4_64=zeros(4,N); for i=1:4 for k=1:64 F4_64(i,k)=exp((-j)*2*pi*(k-1)*(i
www.eeworm.com/read/435760/7785326

emf pilot.emf

www.eeworm.com/read/325215/13218367

m pilot.m

function[pro]=Pilot(SNRindB,fd) M=4; N=64; [s,d_pilot]=xinhao1; U=xindao1(s,SNRindB,fd); j=sqrt(-1); %产生4*64的傅立叶变换矩阵 F4_64=zeros(4,N); for i=1:4 for k=1:64 F4_64(i,k)=exp((-j)*2*pi*(k-1)*(i
www.eeworm.com/read/302315/13837958

m pilot.m

clear all; clc; % ****************************initialize the parametres********************************* Bit_Num=4; %每个符号比特数 IFFT_Num=256; %采样点数 Carrier_Num=150; %子载波数 OFDM_per_Symbol=30; %
www.eeworm.com/read/101083/6240034

scf pilot.scf

[POPUPMENU] [SETUP] DF_AI_PILOT_POPUP, C_TYPE_EXCLUSIVE POP_SUBMENU BID_DROPORB [NORMCOLOR] 255 255 255 [SELCOLOR] 255 255 255 [DISCOLOR] 100 100 100 [BARCOLOR] 0 [BGCOLOR] 96 189 255 [BORDERC
www.eeworm.com/read/249898/4444614

java pilot.java

/* This file is part of the PolePosition database benchmark http://www.polepos.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Pub
www.eeworm.com/read/196036/5104750

ld pilot.ld

MEMORY { romvec : ORIGIN = 0x10c00000, LENGTH = 0x10400 flash : ORIGIN = 0x10c10400, LENGTH = 0xfec00 eflash : ORIGIN = 0x10d00000, LENGTH = 1 ramvec : ORIGIN = 0x00000000, LENGTH = 1024
www.eeworm.com/read/196036/5104782

ld pilot.ld

MEMORY { romvec : ORIGIN = 0x10c00000, LENGTH = 0x10400 flash : ORIGIN = 0x10c10400, LENGTH = 0xfec00 eflash : ORIGIN = 0x10d00000, LENGTH = 1 ramvec : ORIGIN = 0x00000000, LENGTH = 1024
www.eeworm.com/read/339873/3293073

java pilot.java

// ********************************************************************** // // // // BBN Technologies // 10 Moulton Street // Cambridge, MA 02138 // (617) 873-8000 // // Copyright
www.eeworm.com/read/281683/4113421

java pilot.java

package lejos.navigation; import lejos.nxt.Motor; /** * The Pilot class is a software abstraction of the Pilot mechanism of a NXT robot. It contains methods to control robot movents: travel forward