代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/400684/11570260
pdf an effective epipolar geometry assisted motion estimation technique for multi-view image and video coding.pdf
www.eeworm.com/read/255695/12064475
pdf b14. a new diamond search algorithm for fast block-matching motion estimation.pdf
www.eeworm.com/read/255695/12064490
pdf b17. a novel four-step search algorithm for fast block motion estimation.pdf
www.eeworm.com/read/323816/13315554
c matrix.c
#include
#include "global.h"
/////操作矩阵
void RangeValue()////行列式
{
int i,j,k,l,flag;
double tempt_matrix[ATTRIBUTENUM][ATTRIBUTENUM];
double tempt_value;
for(i=0;i
www.eeworm.com/read/488062/6495585
m main3.m
%本程序采用迭代的联合信道估计与符号检测算法,仿真了不同信噪比条件下,%
%信道估计的性能,包括有迭代和无迭代条件下的误码率和均方误差%
%------------------------------------------------------------------------%
echo off;clear all;
close all;
clc;
fprintf( 'OFDM
www.eeworm.com/read/404971/11474835
m run_amer.m
%===========================================================================
% Amer Noise Level Estimation (by europium 2008)
%======================================================================
www.eeworm.com/read/172695/9696346
m stbc_ofdm_est.m
%==========================================================================
% "Channel estimation via training in time domain and tracking in frequcy
% domain for STBC-OFDM Systems"
% Sun Jie-ting, 0
www.eeworm.com/read/172695/9696436
asv stbc_ofdm_est.asv
%==========================================================================
% "Channel estimation via training in time domain and tracking in frequcy
% domain for STBC-OFDM Systems"
% Sun Jie-ting, 0
www.eeworm.com/read/202754/15374572
c fame_motion.c
/*
libfame - Fast Assembly MPEG Encoder Library
Copyright (C) 2000-2001 Damien Vincent
This library is free software; you can redistribute it and/or
modify it under the terms of the G
www.eeworm.com/read/359369/2978365
m contents.m
% ReBEL : Recursive Bayesian Estimation Library - Toolkit
% Version 0.1
%
% ---EXAMPLES---
%
% State Estimation
% state_estimation/demse1 - Simple linear time series estimation demo
%