代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/136967/13350822
m music2.m
%MUSIC ALGORITHM
%DOA Estimation by ULA
clear;
close all;
N_x=1024; % Length of Signal
N=8; % Size of Rx Matrix
A=[4 3 3];
l=1.8;%波长
d=0.4*l;%阵元间距
w=[200 200 200]';%信号频率
xx=-pi/4;yy=pi/4
www.eeworm.com/read/316129/13529743
m rx_demodulate.m
function [soft_bits_out] = rx_demodulate(rx_symbols, sim_options)
% rx_symbols: 48*n_data_syms
% soft_bits_out为1维的。
% We make 'soft' bit estimation for viterbi.
if ~isempty(findstr(sim_opti
www.eeworm.com/read/315000/13554511
m rx_frequency_sync.m
% Frequency error estimation and correction
function [out_signal, freq_est] = rx_frequency_sync(rxsignal, sim_options)
global sim_consts;%在set_sim_consts中定义的全局变量
[n_tx_antennas, n_rx_antennas]
www.eeworm.com/read/305201/13776974
m vgg_x_from_xp_lin.m
%vgg_X_from_xP_lin Estimation of 3D point from image matches and camera matrices, linear.
% X = vgg_X_from_xP_lin(x,P,imsize) computes projective 3D point X (column 4-vector)
% from its project
www.eeworm.com/read/305201/13776978
m vgg_line3d_from_lp_lin.m
% vgg_line3d_linear Linear estimation of 3d line from image lines and camera matrices.
%
% SYNOPSIS
% L = vgg_line3d_from_lP_lin(s,P [,imsize]), where
%
% s ... cell(K) of double(3,3), inv. cova
www.eeworm.com/read/305201/13776998
m vgg_line3d_from_lp_nonlin.m
% vgg_line3d_from_lP_nonlin Non-linear estimation of (possibly constrained) 3D line segment from image line segments.
%
% SYNOPSIS
% L = vgg_line3d_from_lP_nonlin(s,P [,imsize] [,L0] [,X] [,nonlin
www.eeworm.com/read/492929/6414169
m tvp_garch.m
function result = tvp_garch(y,x,parm,info)
% PURPOSE: time-varying parameter estimation with garch(1,1) errors
% y(t) = X(t)*B(t) + e(t), e(t) = N(0,h(t))
% B(t) = B(t-1) + v(t),
www.eeworm.com/read/346459/11743269
m find_f0.m
function f0 = find_f0(x)
% FIND_F0 Find fundamental frequency
%
% F0 = FIND_F0(X)
%
% Find the fundamental frequency of signal X.
% By default, FIND_F0 uses the YIN method for F0 estimation
www.eeworm.com/read/338902/12274481
txt muscialgorythm.txt
%MUSIC ALGORITHM
%DOA Estimation by ULA
clear all;
close all;
clc
N_x=1024; % Length of Signal
N=8; % Size of Rx Matrix
A=[4 3 3];
l=1.8;%波长
d=0.5*l;%阵元间距
w=[pi/6 pi/10 pi/6]';%信号频
www.eeworm.com/read/233271/14160453
c smcpos.c
#include "general.h"
#include "smcpos.h"
SFRAC16 __OffsetTheta;
SFRAC16 Op1, Op2, Op3, Res1, FilteredOmega;
void SMC_Position_Estimation (SMC *s)
{
long result;
int acc_copy;
register i