代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/294695/8211057
m select_der_normal_vector_sd.m
function [der] = select_der_normal_vector_SD(u, Vn, der_minus, der_plus)
%
% Under a force in the normal direction and a force based on a
% vector field, and assuming phi is approximately a signed
www.eeworm.com/read/294695/8211111
m select_der_normal.m
function [der] = select_der_normal(Vn, der_minus, der_plus)
%
% Under a force in the normal direction,
% select a derivative value given (plus) and (minus) derivatives.
%
% Author: Baris Sumengen
www.eeworm.com/read/147862/12513681
m doa.m
function [spec,theta,bearing] = doa(ymat, dspace, dtheta,nsource,order,delta)
%DOA Direction-of-arrival estimation.
% [spec,theta] = doa(ymat, dspace, dtheta,nsource,order,delta)
% ymat - sensor
www.eeworm.com/read/248862/12537259
m doa.m
function [spec,theta,bearing] = doa(ymat, dspace, dtheta,nsource,order,delta)
%DOA Direction-of-arrival estimation.
% [spec,theta] = doa(ymat, dspace, dtheta,nsource,order,delta)
% ymat - sensor
www.eeworm.com/read/101167/15842727
c step_3.c
// Program STEP_3.C
//
// Uses a potentiometer on AN0 (term 2) to control the direction and speed of
// a stepper on the lower four bits of PORTB.
//
// Uses Timer 3 in conjuction with the CCP2 m
www.eeworm.com/read/385409/8806314
txt 一维).txt
1-D:
function FDTD_debug
%constants
c_0 = 3E8; % Speed of light in free space
Nz = 100; % Number of cells in z-direction
Nt = 200; % Numbe
www.eeworm.com/read/178797/9385384
m calculate_music.m
% Function of MUSIC for linear array
% A is the direction vector (M*1)
% RXX is the covariance matrix (M*M)
function P = Calculate_MUSIC(No_elements,No_signals,f0,D,Rxx)
C=345;
www.eeworm.com/read/177873/9429406
cpp dlist.cpp
//dlist.cpp
//By yangguang96@student.bjpeu.edu.cn
//2006.6.26
//Double direction list
#include "dlist.h"
#include "node.h"
#include
#include
using namespace std;