代码搜索:ORTHOGONAL
找到约 735 项符合「ORTHOGONAL」的源代码
代码结果 735
www.eeworm.com/read/351288/10662093
m orthogonal.m
function [P,coeff]=orthogonal(rec,omega,phitheta,kmax)
%ORTHOGONAL Orthogonal polynomials required for rational fraction
% polynomials method. (This code was written to be used with rfp.m)
%
%
www.eeworm.com/read/331439/12828913
m orthogonal.m
function U = orthogonal(V, W)
% ORTHOGONAL(V) constructs a unit pure quaternion perpendicular to V, and
% perpendicular to W, if given. V (and W if given) must be pure quaternion
% scalar(s). W need
www.eeworm.com/read/294203/8246915
m orthogonal.m
function U = orthogonal(V, W)
% ORTHOGONAL(V) constructs a unit pure quaternion perpendicular to V, and
% perpendicular to W, if given. V (and W if given) must be pure quaternion
% scalar(s). W need
www.eeworm.com/read/336400/12446154
m orthogonal_sampling.m
function [] = Orthogonal_sampling()
%%%%%%%%%%%% 正交采样程序 %%%%%%%%%%
%%%%%%%%%%%%%% 2007-11-29 %%%%%%%%%%%%
close all
clear all
f0=4200; %载波频率
fs=4*f0;
T= 0.5;
t=-T/2:1/fs:T/2;
A = t+1;
www.eeworm.com/read/386060/8766625
m rand_special_orthogonal.m
% rand_special_orthogonal(order)
%
% Compute special orthogonal matrices that are in some sense uniform.
% If you take any point and transform it by the matrix from this function,
% it will lie on the
www.eeworm.com/read/326724/13120340
m crit_camera_and_orthogonal.m
function probability=crit_camera_and_orthogonal(V,picsize)
%params
max_dist_of_pricniple_point_to_center=min(picsize)/2;
max_distortion_angle=pi/2/30;
%default output
orthcrit=false;
camcrit
www.eeworm.com/read/233522/4667543
h vnl_orthogonal_complement.h
// This is vxl/vnl/algo/vnl_orthogonal_complement.h
#ifndef vnl_orthogonal_complement_h_
#define vnl_orthogonal_complement_h_
//:
// \file
// \brief For computing the orthogonal complement to a l
www.eeworm.com/read/233522/4667576
txx vnl_orthogonal_complement.txx
// This is vxl/vnl/algo/vnl_orthogonal_complement.txx
#ifndef vnl_orthogonal_complement_txx_
#define vnl_orthogonal_complement_txx_
/*
fsm
*/
#include "vnl_orthogonal_complement.h"
#include
www.eeworm.com/read/351636/3102988
h vnl_orthogonal_complement.h
// This is core/vnl/algo/vnl_orthogonal_complement.h
#ifndef vnl_orthogonal_complement_h_
#define vnl_orthogonal_complement_h_
//:
// \file
// \brief For computing the orthogonal complement to a
www.eeworm.com/read/351636/3103026
txx vnl_orthogonal_complement.txx
// This is core/vnl/algo/vnl_orthogonal_complement.txx
#ifndef vnl_orthogonal_complement_txx_
#define vnl_orthogonal_complement_txx_
/*
fsm
*/
#include "vnl_orthogonal_complement.h"
#include