代码搜索:ESTIMATION

找到约 3,786 项符合「ESTIMATION」的源代码

代码结果 3,786
www.eeworm.com/read/351636/3106188

dat ibsr.em.5_8.2ext.dat

"case" "class" "mapped class" "mean.1" "sigma.1" "proportion" "128" "192" "254" "iterations" "time estimation" "time total" 1 128 192 68.1897 1381.69 0.80942 13 1 0 449 0.34 0.76 1 192 128 48.6592
www.eeworm.com/read/351636/3106189

dat ibsr.kmeans.13_3.2ext.dat

"case" "class" "mapped class" "mean.1" "128" "192" "254" "iterations" "time estimation" "time total" 1 128 128 99.3399 3562 88834 2665 12 0.05 0.77 1 192 192 136.392 1008 201097 32639 12 0.05 0.77
www.eeworm.com/read/351636/3106195

dat ibsr.kmeans.191_3.2ext.dat

"case" "class" "mapped class" "mean.1" "128" "192" "254" "iterations" "time estimation" "time total" 1 128 128 97.9871 2733 57744 1286 11 0.04 0.58 1 192 254 207.769 693 151956 14421 11 0.04 0.58
www.eeworm.com/read/351636/3106196

dat ibsr.em.111_2.1ext.dat

"case" "class" "mapped class" "mean.1" "sigma.1" "proportion" "128" "192" "254" "iterations" "time estimation" "time total" 1 128 192 117.619 3184.28 0.110269 0 0 0 805 0.74 1.39 1 192 192 147.089
www.eeworm.com/read/351636/3106198

dat ibsr.em.16_3.2ext.dat

"case" "class" "mapped class" "mean.1" "sigma.1" "proportion" "128" "192" "254" "iterations" "time estimation" "time total" 1 128 192 49.3684 622.326 0.12346 0 0 0 2347 1.13 1.52 1 192 192 64.927
www.eeworm.com/read/351636/3106200

dat ibsr.kmeans.5_8.1ext.dat

"case" "class" "mapped class" "mean.1" "128" "192" "254" "iterations" "time estimation" "time total" 1 128 128 52.8944 5375 106698 4832 10 0.04 0.49 1 192 192 80.7991 192 61722 91234 10 0.04 0.49
www.eeworm.com/read/193437/8226831

m xianzhenmusic.m

%classical high resolution DOA estimation algorithm %MUSIC , clear all; close all;clc; J=sqrt(-1); source_number=3; source_doa=[-60 20 40]; sensor_number=8; snapshort_number=100; snr=10;
www.eeworm.com/read/170884/9781335

m rx_demodulate.m

function [soft_bits_out] = rx_demodulate(rx_symbols, sim_options) % We make 'soft' bit estimation for viterbi. if ~isempty(findstr(sim_options.Modulation, 'BPSK')) soft_bits = rx_bpsk_dem
www.eeworm.com/read/411648/11235171

m ex3-5_chemical.m

function Chemical % Optimal State Estimation, by Dan Simon N = 51; x = [10; 5]; xhat = [8; 7]; P = eye(2); R = 0.01; xhatArr = xhat; PArr(:,:,1) = P; for k = 1 : N-1 H = [1 0.99^(k-
www.eeworm.com/read/335938/12489387

m rx_demodulate.m

function [soft_bits_out] = rx_demodulate(rx_symbols, sim_options) % We make 'soft' bit estimation for viterbi. if ~isempty(findstr(sim_options.Modulation, 'BPSK')) soft_bits = rx_bpsk_dem