代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/134895/13971668
txt lpcrf2rr.txt
function [rr,ar]=lpcrf2rr(rf,p);
%LPCRR2AR convert reflection coefs to autocorrelation coefs [RR,AR]=(RF,P)
%
% Inputs: rf(:,n+1) reflection coefficients: one row per frame
% p
www.eeworm.com/read/237003/13982878
cpp tiny.cpp
/***************************************************************************
* tiny.cpp Blitz++ TinyVector ray reflection example
*
* This example illustrates the TinyVector class. Ti
www.eeworm.com/read/104078/15710422
c actorc.c
/**************************************************************************
*
* NAME
* actorc
*
* FUNCTION
*
* Schur recursion to do autocorrelation analysis.
* Converts autocorrelation sequence to r
www.eeworm.com/read/104078/15710435
c autodbn.c
/**************************************************************************
*
* ROUTINE
* autohf
*
* FUNCTION
* LPC autocorrelation analysis with high frequency compensation
*
*
* SYNOPSIS
* subrou
www.eeworm.com/read/104078/15710441
c durbin.c
/*****************************************************************************
*
* NAME
* durbin
*
* FUNCTION
*
* Durbin recursion to do autocorrelation analysis.
* Converts autocorr
www.eeworm.com/read/104078/15710453
c autohf.c
/**************************************************************************
*
* ROUTINE
* autohf
*
* FUNCTION
* LPC autocorrelation analysis with high frequency compensation
*
*
* SYNOPSIS
* subrou
www.eeworm.com/read/104078/15710464
c rctopc.c
/**************************************************************************
*
* NAME
* rctopc
*
* FUNCTION
*
* convert reflection coefficients into lpc coefficients
*
* BEWARE: This code does not use
www.eeworm.com/read/103092/15746103
vb client.vb
Imports System
Imports System.Reflection
Module MyClient
Sub Main()
Dim a As Reflection.Assembly = Reflection.Assembly.LoadFrom("C:\\MyDLL.dll")
' Get the type names from the assembly.
'Dim T