代码搜索:ESTIMATION

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

代码结果 3,786
www.eeworm.com/read/412537/11194171

m huang1.m

clear %first group t0 estimation y=[32.02 31.44 30.75 30.17 29.69 29.11]'; t = (0:30:150)'; A = [y ones(length(y), 1)]; b = t; a = inv(A'*A)*A'*b; k(1) = 1/a(1); t0(1) = a(2); e1 = y-
www.eeworm.com/read/411674/11233491

html mmgauss.html

Contents.m
www.eeworm.com/read/202754/15374646

c fame_rate.c

/* libfame - Fast Assembly MPEG Encoder Library Copyright (C) 2000-2001 Damien Vincent This library is free software; you can redistribute it and/or modify it under the terms of the G
www.eeworm.com/read/488062/6495581

m main1.m

% 本程序用以仿真块状导频时不同信噪比条件下的误码率和均方误差 echo off;clear all; close all; clc; fprintf( 'OFDM仿真\n') ; tic % ---------------------------------------------% % 参数定义 %
www.eeworm.com/read/482905/6616028

m orient_track.m

global mode_config addpath 'tools' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Configuration parameters %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mode_config.dead_reckoning=0; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % t
www.eeworm.com/read/152898/12074889

rpt comp.asm.rpt

Assembler report for comp Fri Nov 04 15:25:39 2005 Version 5.0 Build 148 04/26/2005 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2.
www.eeworm.com/read/152898/12074919

qmsg comp.tan.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3} { "Info" "IQEXE_START_BANNER_PRODUCT" "Timing Analyzer Quartus II " "Info: Runni
www.eeworm.com/read/250810/12383577

h bench_parameters.h

#ifndef BENCH_PARAMETERS_H #define BENCH_PARAMETERS_H #define OK 1 #define ERROR 0 /* parameters for sender */ #define SUBCARRIERS 2048 #define CP_LENGTH 256 #define PI
www.eeworm.com/read/250810/12383623

bak bench_parameters.h.bak

#ifndef BENCH_PARAMETERS_H #define BENCH_PARAMETERS_H #define OK 1 #define ERROR 0 /* parameters for sender */ #define SUBCARRIERS 2048 #define CP_LENGTH 256 #define PI
www.eeworm.com/read/148834/12422434

m example1.m

function [ret,x0,str,ts,xts]=example1(t,x,u,flag); %EXAMPLE1 is the M-file description of the SIMULINK system named EXAMPLE1. % The block-diagram can be displayed by typing: EXAMPLE1. % % SYS=EXAMPLE1