代码搜索:LPP
找到约 100 项符合「LPP」的源代码
代码结果 100
www.eeworm.com/read/289743/8530014
m lpp.m
function [mappedX, mapping] = lpp(X, no_dims, k, sigma, eig_impl)
%LPP Perform linearity preserving projection
%
% [mappedX, mapping] = lpp(X, no_dims, k, sigma, eig_impl)
%
% Perform the Linea
www.eeworm.com/read/282683/9074239
m lpp.m
function [mappedX, mapping] = lpp(X, no_dims, k, eig_impl)
%LPP Perform linearity preserving projection
%
% [mappedX, mapping] = lpp(X, no_dims, k)
% [mappedX, mapping] = lpp(X, no_dims, k, ei
www.eeworm.com/read/379149/9206311
lpp dotscan.lpp
/* dot.l */
%{
#include
#include "dotparse.h"
%}
%option noyywrap
name [a-zA-Z_][a-zA-Z0-9_]*
string \"(\\.|[^\"])*\"
space [ \t\n]+
number [1-9][0-9]*
float [0-9]*\.[0-9]+
%%
"g
www.eeworm.com/read/469106/6977494
lpp libpsoc.lpp
www.eeworm.com/read/199981/7813811
m lpp.m
function [eigvector, eigvalue, Y] = LPP(X, W, options)
% LPP: Locality Preserving Projections
%
% [eigvector, eigvalue] = LPP(X, W, options)
%
% Input:
% X
www.eeworm.com/read/144120/12812302
lpp oaverilogscanner.lpp
%{
// *****************************************************************************
// *****************************************************************************
// oaVerilogScanner.lpp
//
// This
www.eeworm.com/read/244800/12843042
m lpp.m
function [mappedX, mapping] = lpp(X, no_dims, k, eig_impl)
%LPP Perform linearity preserving projection
%
% [mappedX, mapping] = lpp(X, no_dims, k)
% [mappedX, mapping] = lpp(X, no_dims, k, ei
www.eeworm.com/read/323473/13339954
m lpp.m
[y,fs,bits]=wavread('b.wav');
%信号的频谱
m=fft(y,512); %取y的512点fft变换。
p=(0:255)/256*(fs/2);
%低通滤波器
wp=0.2;ws=0.4;rp=0.5;rs=40;
[N,Wc]=buttord(wp,ws,rp,rs);
[num,den]=butter(N,Wc);
[h,f]=freqz(n
www.eeworm.com/read/132649/5915710
lpp newick.lpp
/* $Id: newick.lpp,v 1000.1 2004/06/01 18:09:30 gouriano Exp $
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
*
www.eeworm.com/read/492360/6421724
m lpp.m
function [mappedX, mapping] = lpp(X, no_dims, k, sigma, eig_impl)
%LPP Perform linearity preserving projection
%
% [mappedX, mapping] = lpp(X, no_dims, k, sigma, eig_impl)
%
% Perform the Linea