代码搜索:Unity
找到约 236 项符合「Unity」的源代码
代码结果 236
www.eeworm.com/read/316047/13531229
m fsvan.m
function resp = fsvan(w,g,k);
%FSVAN Performance and robustness measures, with unity feedback.
% [RESP] = FSVAN(W,G,K) (K optional.)
% See FSVAN in the MFD reference manual.
%
% G
www.eeworm.com/read/123946/14605574
m fsvan.m
function resp = fsvan(w,g,k);
%FSVAN Performance and robustness measures, with unity feedback.
% [RESP] = FSVAN(W,G,K) (K optional.)
% See FSVAN in the MFD reference manual.
%
% G
www.eeworm.com/read/166509/10017304
m norm_it.m
function CN=norm_it(C)
% CN=norm_it(C)
% Normalize Matrix C to unity
%
% version 2.01, 2/14/99 by AZ
%
%THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE of GMD FIRST Berlin.
%
% The purpose of t
www.eeworm.com/read/271760/10981581
m ffb.m
function cltfm = ffb(w,g,k);
%FFB Closed-loop frequency response with unity feedback (MIMO).
%
% [CLTFM] = FFB(W,G,K) calculates the closed loop MVFR matrix.
% CLTFM = inv(I
www.eeworm.com/read/316047/13531195
m ffb.m
function cltfm = ffb(w,g,k);
%FFB Closed-loop frequency response with unity feedback (MIMO).
%
% [CLTFM] = FFB(W,G,K) calculates the closed loop MVFR matrix.
% CLTFM = inv(I
www.eeworm.com/read/123946/14605716
m ffb.m
function cltfm = ffb(w,g,k);
%FFB Closed-loop frequency response with unity feedback (MIMO).
%
% [CLTFM] = FFB(W,G,K) calculates the closed loop MVFR matrix.
% CLTFM = inv(I
www.eeworm.com/read/201006/15418381
m basicpca.m
function [s, V, D] = basicpca(x, dim)
% BASICPCA do simple linear PCA
%
% Usage:
% s = BASICPCA(x, dim)
% returns dim first PCA components of data, all scaled to
% unity variance
% [s, V
www.eeworm.com/read/366702/2877118
f90 parameter_array_section_2.f90
! { dg-do run }
! { dg-options "-O" }
! Test the fix for PR31011 in which the length of the array sections
! with stride other than unity were incorrectly calculated.
!
! Contributed by
www.eeworm.com/read/152695/5669312
readme
This port of U-Boot will run on a Motorola Sandpoint 3 development
system equipped with a Unity X4 PPMC card (MPC8240 CPU) only. It is a
snapshot of work in progress and far from being completed. In
www.eeworm.com/read/224220/14601338
h sysduart.h
/* sysDuart.h - PPMC/Unity 8245 duart driver */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/* Copyright 1996, 1998 Motorola, Inc. */
/*
modification history
--------------------
01a,28jan02