代码搜索:Directional
找到约 393 项符合「Directional」的源代码
代码结果 393
www.eeworm.com/read/246553/12720110
c dg.c
// Directional gyro & yaw rate gyro DG.c // Rev 9/1/05
//Copyright (C) 2005 Alex Brown rbirac@cox.net
//This program is free software; See license at the end of this file for details.
#
www.eeworm.com/read/147022/12593482
readme
Type Classification Code:
main.m (program control)
discretize.m (converts image to discrete values)
plotimg.m (plots images)
dirImg.m (computes the directional image)
extract.m (extract
www.eeworm.com/read/390840/8437951
asv nnd8dd.asv
function nnd8dd(cmd,data)
%NND8DD Directional derivatives demonstration.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.7 $
% BRING UP FIGURE IF IT EXISTS
www.eeworm.com/read/390840/8438019
m nnd8dd.m
function nnd8dd(cmd,data)
%NND8DD Directional derivatives demonstration.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.7 $
% BRING UP FIGURE IF IT EXISTS
www.eeworm.com/read/375404/9361801
h adaptive_filter_1daif.h
#ifdef DIRECTIONAL_FILTER
/*
Main idea: 1D 6-tap adaptive Wiener nterpolation filter with possible directionality
Benefits:
1. Reduced encoding complexity.
2. Reduced decoding complexity.
www.eeworm.com/read/375404/9361804
h adaptive_filter_orig.h
#ifdef DIRECTIONAL_FILTER
int TwoDEquationPattern_orig[15][SQR_FILTER] = // get equation number for symmetric filter coefficients
{
{ 0, 1, 2, 3, 4, 5,
0, 0, 0, 0, 0, 0,
0,
www.eeworm.com/read/138860/13207196
m dfbrec_l.m
function x = dfbrec_l(y, f)
% DFBREC_L Directional Filterbank Reconstruction using Ladder Structure
%
% x = dfbrec_l(y, fname)
%
% Input:
% y: subband images in a cell vector of length 2^n
%
www.eeworm.com/read/136824/5848397
nvv morph.nvv
; Lerps between 2 input meshes and lights the result with
; a directional light
; This example does the lerp in model space
#include "morph.h"
#define R_LERPED_POSITION r7
#define R_LERPED_NORM
www.eeworm.com/read/136824/5848399
nvv morph_seafloor.nvv
; Lerps between 2 input meshes and lights the result with
; a directional light
; This example does the lerp in model space
#include "morph.h"
#define R_LERPED_POSITION r7
#define R_LERPED_NORM
www.eeworm.com/read/491824/6426814
asv nnd8dd.asv
function nnd8dd(cmd,data)
%NND8DD Directional derivatives demonstration.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.7 $
% BRING UP FIGURE IF IT EXISTS