代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/486372/6540577
m radarbest.m
clear;clc;clf;
a=input('Please input the half value of Transmitter and Receiver distance (a):');
b=input('Please input the half value of X and Y direction range (b):');
dserr=input('Please input th
www.eeworm.com/read/402094/11543210
m beamform.m
function phi=beamform(Y,L,d)
%
% The Beamforming method for direction of arrival estimation
%
% phi=beamform(Y,L,d);
%
% Y
www.eeworm.com/read/401009/11565912
m g6.m
function [G,A]=G6(Ang)
%The function G6.m gives the 6 Sector antenna numeric gain and
%attenuation.
%
%Input Parameters
%
%Ang is the angle between the direction of interest and the boresight
www.eeworm.com/read/401009/11565923
m g3.m
function [G,A]=G3(Ang)
%The function G3.m gives the 3 Sector antenna numeric gain and
%attenuation.
%
%Input Parameters
%
%Ang is the angle between the direction of interest and the boresight
www.eeworm.com/read/341251/12096909
txt sd 注释.txt
#ifndef __SD_Card_H__
#define __SD_Card_H__
//-------------------------------------------------------------------------
// SD Card Set I/O Direction
#define SD_CMD_IN IOWR(SD_CMD_BASE, 1, 0
www.eeworm.com/read/254802/12117526
asm cmpsw.asm
; This sample shows how
; to use CMPSW instruction
; to compare strings.
#make_COM#
; COM file is loaded at 100h
; prefix:
ORG 100h
; set forward direction:
CLD
www.eeworm.com/read/254802/12117554
asm cmpsb.asm
; This sample shows how
; to use CMPSB instruction
; to compare strings.
#make_COM#
; COM file is loaded at 100h
; prefix:
ORG 100h
; set forward direction:
CLD