代码搜索:Estimation
找到约 3,786 项符合「Estimation」的源代码
代码结果 3,786
www.eeworm.com/read/156679/11785307
jpg estimation grossiere-6.jpg
www.eeworm.com/read/343298/11959384
m channel_estimation_rotate.m
function [iv,qv]=channel_estimation_rotate(datai,dataq);
channel_est_r_fren=[0,1,1,-1,1,-1,-1,1,-1,1,-1,1,1,-1,-1,-1,1,1,-1,1,-1,1,1,1,-1,1,1,1,-1,-1,1,1,1,1,...
-1,-1,1,-1,1,1,1,-1,-1,1,1,-1,-1
www.eeworm.com/read/343298/11959435
m estimation_rotate_header.m
function [out]=estimation_rotate_header(datai,dataq,iv,qv);
out=zeros(1,128*12);
tempi(1:128*6)=(iv.*datai(1:128*6)+qv.*dataq(1:128*6));
tempq(1:128*6)=(-qv.*datai(1:128*6)+iv.*dataq(1:128*6));
te
www.eeworm.com/read/343298/11959438
m channel_estimation_votate.m
function [iv,qv]=channel_estimation_votate(datai,dataq);
channel_est_r_fren=[0,1,1,-1,1,-1,-1,1,-1,1,-1,1,1,-1,-1,-1,1,1,-1,1,-1,1,1,1,-1,1,1,1,-1,-1,1,1,1,1,...
-1,-1,1,-1,1,1,1,-1,-1,1,1,-1,-1
www.eeworm.com/read/343298/11959454
asv channel_estimation_votate.asv
function [iv,qv]=channel_estimation_votate(datai,dataq);
channel_est_r_fren=[0,1,1,-1,1,-1,-1,1,-1,1,-1,1,1,-1,-1,-1,1,1,-1,1,-1,1,1,1,-1,1,1,1,-1,-1,1,1,1,1,...
-1,-1,1,-1,1,1,1,-1,-1,1,1,-1,-1
www.eeworm.com/read/343298/11959559
m estimation_votate_header.m
function [out]=estimation_votate_header(datai,dataq,iv,qv);
out=zeros(1,128*12);
tempi(1:128*6)=(iv.*datai(1:128*6)+qv.*dataq(1:128*6));
tempq(1:128*6)=(-qv.*datai(1:128*6)+iv.*dataq(1:128*6));
te
www.eeworm.com/read/343298/11959715
asv estimation_votate_header.asv
function [out]=estimation_votate_header(datai,dataq,iv,qv);
out=zeros(1,128*12);
tempi(1:128*6)=(iv.*datai(1:128*6)+qv.*dataq(1:128*6));
tempq(1:128*6)=(-qv.*datai(1:128*6)+iv.*dataq(1:128*6));
te
www.eeworm.com/read/256564/11987320
m lr_lmmse_estimation.m
function output=lr_lmmse_estimation(input,pilot_inter,pilot_sequence,pilot_num,trms,t_max,snr,cp);
%trms为多经信道的平均延时,t_max为最大延时,此处所有的时间都是已经对采样间隔做了归一化后的结果
beta=17/9;
[N,NL]=size(input);
Rhh=zeros(N,N
www.eeworm.com/read/254371/12140353
m lr_lmmse_estimation.m
function output=lr_lmmse_estimation(input,pilot_inter,pilot_sequence,pilot_num,trms,t_max,snr,cp);
%trms为多经信道的平均延时,t_max为最大延时,此处所有的时间都是已经对采样间隔做了归一化后的结果
beta=17/9;
[N,NL]=size(input);
Rhh=zeros(N,N
www.eeworm.com/read/337982/12331419
m ls_channel_estimation.m
%OFDM Channel Estimation Based on Comb Pilot
%IFFT_bin_length: IFFT和FFT的点数
%carrier_count: 子载波个数
%bits_per_symbol: 每符号上的比特数
%symbols_per_carrier: 每桢的OFDM符号数
%X:欲发送的二进制比特流
clear all;
clc;
IFFT_bin_len