代码搜索:Estimation
找到约 3,786 项符合「Estimation」的源代码
代码结果 3,786
www.eeworm.com/read/256564/11987326
m ls_estimation.m
function output=ls_estimation(input,pilot_inter,pilot_sequence,pilot_num);
[N,NL]=size(input);
output=zeros(N,NL-pilot_num);
i=1;
count=0;
while i
www.eeworm.com/read/256564/11987363
m lmmse_estimation.m
function output=lmmse_estimation(input,pilot_inter,pilot_sequence,pilot_num,trms,t_max,snr);
%trms为多经信道的平均延时,t_max为最大延时,此处所有的时间都是已经对采样间隔做了归一化后的结果
beta=17/9;
[N,NL]=size(input);
Rhh=zeros(N,N);
fo
www.eeworm.com/read/255320/12089809
hxx estimation_and_sampling.hxx
// Time-stamp:
#ifndef ESTIMATION_AND_SAMPLING_H
#define ESTIMATION_AND_SAMPLING_H
using namespace std;
#include "chromoso.h"
#include
www.eeworm.com/read/254371/12140362
m ls_estimation.m
function output=ls_estimation(input,pilot_inter,pilot_sequence,pilot_num);
[N,NL]=size(input);
output=zeros(N,NL-pilot_num);
i=1;
count=0;
while i
www.eeworm.com/read/254371/12140406
m lmmse_estimation.m
function output=lmmse_estimation(input,pilot_inter,pilot_sequence,pilot_num,trms,t_max,snr);
%trms为多经信道的平均延时,t_max为最大延时,此处所有的时间都是已经对采样间隔做了归一化后的结果
beta=17/9;
[N,NL]=size(input);
Rhh=zeros(N,N);
fo
www.eeworm.com/read/223022/14663747
chm software estimation.chm
www.eeworm.com/read/214554/15096244
m cubic_estimation.m
function [channel_estimation]=cubic_estimation(channel_post_ti)
frame_symbol=68;
row_begin=3;
row_end=frame_symbol-3;
fft_length=1705; %for 2k mode
pilot_n=(fft_length-1)/3+1;
www.eeworm.com/read/214554/15096257
m linear_estimation.m
function [channel_estimation]=linear_estimation(channel_post_ti)
frame_symbol=68;
row_begin=3;
row_end=frame_symbol-3;
fft_length=1705; %for 2k mode
pilot_n=(fft_length-1)/3+1;
www.eeworm.com/read/214554/15096275
m gaussian_estimation.m
function [channel_estimation]=gaussian_estimation(channel_post_ti)
frame_symbol=68;
row_begin=3;
row_end=frame_symbol-3;
fft_length=1705; %for 2k mode
pilot_n=(fft_length-1)/3+
www.eeworm.com/read/7648/125418
c estimation_bvop.c
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Motion Estimation for B-VOPs -
*
* Copyright(C) 2002 Christoph Lampert