代码搜索:Directional
找到约 393 项符合「Directional」的源代码
代码结果 393
www.eeworm.com/read/168976/9886855
m problem3.m
%MUSIC Algorithm
%ELEC 6022 Sonar Coursework
%---Nan LIN
%last modified on 3 May
clear;
K=23; %the number of signal sources
P=10; %large directional signals present
N=20; %the number
www.eeworm.com/read/168975/9886860
m problem2.m
%MUSIC Algorithm
%ELEC 6022 Sonar Coursework
%---Nan LIN
%last modified on 3 May
clear;
K=8; %the number of signal sources
P=8; %large directional signals present
N=20; %the number of
www.eeworm.com/read/457360/7326735
afl the three day reversal.afl
//------------------------------------------------------------------------------
//
// Formula Name: The Three Day Reversal
// Author/Uploader: Prashanth
// E-mail: prash454@Rediff
www.eeworm.com/read/311447/13630868
m nsdfbdec.m
function y = nsdfbdec( x, dfilter, clevels )
% NSDFBDEC Nonsubsampled directional filter bank decomposition.定向滤波器分解
% NSDFBDEC Decompose the image X by a nonsubsampled directional filter bank
%
www.eeworm.com/read/311447/13630870
m nsdfbrec.m
function y = nsdfbrec( x, dfilter )
% NSDFBREC Nonsubsampled directional filter bank reconstruct.
% NSDFBREC reconstructs the image Y by a nonsubsampled directional filter bank
% with a binar
www.eeworm.com/read/144430/5750031
java chasesprite.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
import java.util.*;
public class ChaseSprite extends Sprite {
private Random rand;
private int speed;
www.eeworm.com/read/405928/11454742
m quaternion.m
function q=quaternion(v,theta)
% Iquaternion(v,theta) creates a quaternion
% input data
% v the directional vector, not neccesarily unit vector
% theta the rotation angle in radians
%
% output
www.eeworm.com/read/154446/11960249
java chasesprite.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
import java.util.*;
public class ChaseSprite extends Sprite {
private Random rand;
private int speed;
www.eeworm.com/read/149889/12338657
java chasesprite.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
import java.util.*;
public class ChaseSprite extends Sprite {
private Random rand;
private int speed;
www.eeworm.com/read/471212/6899523
m mexgraphcreaterandomgraph.m
function Graph = mexGraphCreateRandomGraph(NumberOfNodes,DistributionX,DistributionY,Directional)
% Generates a graph of given size and with the given node's degree distribution.
%
% Receives:
%