代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/317326/13505903
m sa_ex7_11b.m
% MUSIC AOA estimation for a M = 6 element array with noise variance = .1
M=6;
D = 2; % number of signals
sig2=.1;
th1=-5*pi/180;
th2=5*pi/180;
a1=[1];
a2=[1];
for i=2:M
a1=[a1 exp
www.eeworm.com/read/128349/14303305
txt fifoasi_pwr_cal.txt
Power Estimation File for fifoasi - Do not edit this line
www.eeworm.com/read/293958/8260985
m matrix_decompose.m
%MATRIX_DECOMPOSE__MUSIC ALOGRITHM
%DOA ESTIMATION BY MATRIX_DECOMPOSE__MUSIC
clear all;
close all;
clc;
source_number=2;%信元数
sensor_number=8;%阵元数
N_x=1024; %信号长度
snapshot_number=N_x;%快拍数
w
www.eeworm.com/read/268235/11148815
m ofdm_ce.m
%###### OFDM信道估计最原始程序:QPSK调制,LS估计 ######
%author:liuqingwei May 12th 2006 9:40 PM.
%OFDM Channel Estimation Based on Comb Pilot
%IFFT_bin_length: IFFT和FFT的点数
%carrier_count: 子载波个数
%bits_per_sym
www.eeworm.com/read/431446/8676500
m a1.m
%function a1
%author:liuqingwei May 12th 2006 9:40 PM.
%OFDM Channel Estimation Based on Comb Pilot
%IFFT_bin_length: IFFT和FFT的点数
%carrier_count: 子载波个数
%bits_per_symbol: 每符号上的比特数
%symbols_per_carrier
www.eeworm.com/read/417550/10986204
m a1.m
%function a1
%author:liuqingwei May 12th 2006 9:40 PM.
%OFDM Channel Estimation Based on Comb Pilot
%IFFT_bin_length: IFFT和FFT的点数
%carrier_count: 子载波个数
%bits_per_symbol: 每符号上的比特数
%symbols_per_carrier
www.eeworm.com/read/398034/8009064
m sa_ex7_8.m
% Maximum Entropy AOA estimation for a M = 6 element array with noise variance = .1
%
M=6;
sig2=.1;
th1=-5*pi/180;
th2=5*pi/180;
a1=[1];
a2=[1];
a=[1];
%u3=[0 0 1 0 0 0];
for i=2:M
a
www.eeworm.com/read/317326/13505926
m sa_ex7_8.m
% Maximum Entropy AOA estimation for a M = 6 element array with noise variance = .1
%
M=6;
sig2=.1;
th1=-5*pi/180;
th2=5*pi/180;
a1=[1];
a2=[1];
a=[1];
%u3=[0 0 1 0 0 0];
for i=2:M
a
www.eeworm.com/read/210181/15204929
m a1.m
%function a1
%author:liuqingwei May 12th 2006 9:40 PM.
%OFDM Channel Estimation Based on Comb Pilot
%IFFT_bin_length: IFFT和FFT的点数
%carrier_count: 子载波个数
%bits_per_symbol: 每符号上的比特数
%symbols_per_carrier
www.eeworm.com/read/293958/8260987
m beamforming_music_bs1.m
%BEAMFORMING_MUSIC_BS1 ALOGRITHM
%DOA ESTIMATION BY BEAMFORMING_MUSIC(BS1)
clear all;
close all;
clc;
source_number=2;%信元数
sensor_number=8;%阵元数
B=4;%波束数
N_x=1024; %信号长度
snapshot_number=N_x;