代码搜索:LMMSE

找到约 80 项符合「LMMSE」的源代码

代码结果 80
www.eeworm.com/read/424807/10410894

asv lmmse.asv

clc clear all Nt = 2; % the number of transmitted antennas Nr = 2; % the number of transmitted antennas SNR = 20; % the system signal-to-noise ratio with dB snr = 10.^(0.1*SNR); % the signal-to
www.eeworm.com/read/424807/10410898

m lmmse.m

clc clear all Nt = 2; % the number of transmitted antennas Nr = 2; % the number of transmitted antennas SNR = 2; % the system signal-to-noise ratio with dB snr = 10.^(0.1*SNR); % the signal-to-
www.eeworm.com/read/451448/7463637

asv lmmse.asv

function X_Esti=Lmmse(Y_FFT,N_FFT,H_FFT,GAUSS_NOISE,SNR) for j=1:2 for i=1:N_FFT if GAUSS_NOISE==1 X_Esti(:,(j-1)*N_FFT+i) = H_FFT(:,:,i)' / ( H_FFT(:,:,i)'*H_FFT(:,:
www.eeworm.com/read/451448/7463648

m lmmse.m

function X_Esti=Lmmse(Y_FFT,N_FFT,H_FFT,GAUSS_NOISE,SNR) for j=1:2 for i=1:N_FFT if GAUSS_NOISE==1 X_Esti(:,(j-1)*N_FFT+i) = inv( H_FFT(:,:,i)'*H_FFT(:,:,i)+2/10^(SN
www.eeworm.com/read/246110/12755809

m lmmse.m

clear all Nc=64; % the total carriers K=2; % the number of users M=2; % the number of transmit antennas N=2;
www.eeworm.com/read/379099/9207833

m channelestimation_lmmse.m

function Hlmmse=channelestimation_LMMSE(P1,Pilot,trms,t_max,snr,Hp_Ls) %LMMSE信道估计算法准则 N=length(P1); beta=17/9; % 仅仅对于16QAM Rhh=zeros(N,N); % 计算Rhh --频域信道矢量的自协方差矩阵 for k=1:N for l=1:N
www.eeworm.com/read/277448/10638238

m channelestimation_lmmse.m

function Hlmmse=channelestimation_LMMSE(P1,Pilot,trms,t_max,snr,Hp_Ls) %LMMSE信道估计算法准则 N=length(P1); beta=17/9; % 仅仅对于16QAM Rhh=zeros(N,N); % 计算Rhh --频域信道矢量的自协方差矩阵 for k=1:N for l=1:N