代码搜索:ESTIMATE

找到约 3,366 项符合「ESTIMATE」的源代码

代码结果 3,366
www.eeworm.com/read/181830/9235814

m sobolev_estimate.m

function sigma = sobolev_estimate(H) % SOBOLEV_ESTIMATE -- estimate Sobolev exponent of multiwavelet (fast, but crude) % % sigma = sobolev_estimate(H) % % The input parameter H can be ei
www.eeworm.com/read/422570/10629673

h lda-estimate.h

#ifndef LDA_ESTIMATE_H #define LDA_ESTIMATE_H #include #include #include #include #include #include #include "lda.h" #include "lda-data.h"
www.eeworm.com/read/422570/10629704

c lda-estimate.c

// (C) Copyright 2004, David M. Blei (blei [at] cs [dot] cmu [dot] edu) // This file is part of LDA-C. // LDA-C is free software; you can redistribute it and/or modify it under // the terms of the G
www.eeworm.com/read/451954/7452996

m estimate_snr.m

function SNR=estimate_SNR(estim_s,true_s) err = true_s - estim_s; SNR = 10*log10(sum(true_s.^2)/sum(err.^2));
www.eeworm.com/read/326313/13148685

m sobolev_estimate.m

function sigma = sobolev_estimate(H) % SOBOLEV_ESTIMATE -- estimate Sobolev exponent of multiwavelet (fast, but crude) % % sigma = sobolev_estimate(H) % % The input parameter H can be ei
www.eeworm.com/read/304958/13782447

fig noise_estimate.fig

www.eeworm.com/read/304958/13782448

m noise_estimate.m

function varargout = noise_estimate(varargin) %NOISE_ESTIMATE M-file for noise_estimate.fig % NOISE_ESTIMATE, by itself, creates a new NOISE_ESTIMATE or raises the existing % singleton*. % %
www.eeworm.com/read/304668/13789738

m estimate_distance.m

function [d, v] = estimate_distance (x, P), %------------------------------------------------------- % To be completed by the SLAM Summer School students %------------------------------------------