代码搜索:OMP
找到约 514 项符合「OMP」的源代码
代码结果 514
www.eeworm.com/read/418126/10964861
m omp.m
function [A]=OMP(D,X,L);
%=============================================
% Sparse coding of a group of signals based on a given
% dictionary and specified number of atoms to use.
% input argumen
www.eeworm.com/read/338504/12304602
cpp omp.cpp
// OMP.cpp : implementation file
//
#include "stdafx.h"
#include "LJ.h"
#include "OMP.h"
#include "LJDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __
www.eeworm.com/read/338504/12304620
h omp.h
#if !defined(AFX_OMP_H__C5260317_BBFD_4ACA_B1DA_C037039D758C__INCLUDED_)
#define AFX_OMP_H__C5260317_BBFD_4ACA_B1DA_C037039D758C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/233016/14173558
m omp.m
function coef = OMP(x, NameOfDict, par1, par2, par3, natom, frac)
% OMP -- Orthogonal Matching Pursuit
% Usage
% coef = OMP(x, NameOfDict, par1, par2, par3[, natom, frac])
% Input
% x 1-d signa
www.eeworm.com/read/279388/10441957
c omp_mm.c
/******************************************************************************
* FILE: omp_mm.c
* DESCRIPTION:
* OpenMp Example - Matrix Multiply - C Version
* Demonstrates a matrix multiply us
www.eeworm.com/read/349371/10833005
f omp_hello.f
www.eeworm.com/read/445437/7595522
c jacobi_omp.c
/*
* Sequential program that solves the steady-state temperature
* distribution problem using the Jacobi method.
*
* Compile on Belief:
* export PATH=/opt/SUNWspro/bin:$PATH
* cc -xO3
www.eeworm.com/read/415194/6281711
m greed_omp.m
function [s, err_norm, iter_time]=greed_omp(x,A,m,varargin)
% greed_omp: Orthogonal Matching Pursuit using a range of implementations
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/415194/6281773
m ._greed_omp.m
www.eeworm.com/read/262917/11384341