亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Finite-Difference

  • 基于OFDM的無線寬帶系統仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator.

    基于OFDM的無線寬帶系統仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator. Link-level simulator focus on a single-cell single-user scenario, where signal is transmitted from tx, and estimated at rx. Comparing the difference in tx/rx signal, the error rate can be found out. The output of the link-level simulator is the BLER/BER vs. SNR mapping table, that can be used for the system-level simulation. System-level simulator focus on a multi-cell multi-user scenario. For the sake of simplicity, it takes the mapping table aquired in the link-level simulation, measure the actural SNR, and finds the corresponding error rate.

    標簽: simulator i.e. system-level link-level

    上傳時間: 2016-03-15

    上傳用戶:xsnjzljj

  • 三維矢量有限元-矩量法電磁場分析程序。 EMAP5 is a full-wave electromagnetic field solver that combines the method of m

    三維矢量有限元-矩量法電磁場分析程序。 EMAP5 is a full-wave electromagnetic field solver that combines the method of moments (MOM) with a vector finite element method (VFEM). It employs the finite element method (FEM) to analyze a dielectric volume, and employs the method of moments (MoM) to solve for currents on the surface of (or external to) this volume. The two methods are coupled through the fields on the dielectric surface.

    標簽: electromagnetic full-wave combines solver

    上傳時間: 2016-04-03

    上傳用戶:cylnpy

  • ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind

    ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ofc). The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect. The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!

    標簽: Exception ExcpHook Coldwind Monitor

    上傳時間: 2014-02-10

    上傳用戶:jing911003

  • When working with mathematical simulations or engineering problems, it is not unusual to handle curv

    When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. Hence, you use a lot of resource for nothing! This article presents a fast 2D-line approximation algorithm based on the Douglas-Peucker algorithm (see [1]), well-known in the cartography community. It computes a hull, scaled by a tolerance factor, around the curve by choosing a minimum of key points. This algorithm has several advantages: 這是一個基于Douglas-Peucker算法的二維估值算法。

    標簽: mathematical engineering simulations problems

    上傳時間: 2013-12-20

    上傳用戶:changeboy

  • The MDP toolbox proposes functions related to the resolution of discrete-time Markov Decision Proces

    The MDP toolbox proposes functions related to the resolution of discrete-time Markov Decision Process : finite horizon, value iteration, policy iteration, linear programming algorithms with some variants. The functions (m-functions) were developped with MATLAB v6.0 (one of the functions requires the Mathworks Optimization Toolbox) by the decision team of the Biometry and Artificial Intelligence Unit of INRA Toulouse (France). The version 2.0 (February 2005) handles sparse matrices and contains an example

    標簽: discrete-time resolution functions Decision

    上傳時間: 2014-01-01

    上傳用戶:xuanjie

  • % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da

    % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likelihood difference between 2 iterations ([] for none) % maxiter - maximum number of iteration allowed ([] for none) % pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) % Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) % % Ouputs: % W(1,k) - estimated weights of GM % M(d,k) - estimated mean vectors of GM % V(d,d,k) - estimated covariance matrices of GM % L - log likelihood of estimates %

    標簽: multidimensional estimation algorithm Gaussian

    上傳時間: 2013-12-03

    上傳用戶:我們的船長

  • T-kernel 的extension源代碼

    T-kernel 的extension源代碼,是日本最著名的T-kernel所獨有的,適合開發T-kernel的朋友們使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the main portion and the 2 extended file system portions, and TK/SE object is built by adding these to T-Kernel source. a) tkernel_se_1.00.00.tar.gz Main source of T-Kernel/SE b) extfs_fatfs_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (FAT) c) extfs_cdrom_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (CD-ROM)

    標簽: extension T-kernel 源代碼

    上傳時間: 2014-01-20

    上傳用戶:czl10052678

  • 空間桁架的有限元分析源碼

    空間桁架的有限元分析源碼,是國外《intrduction to finite elements on engineering》中的。

    標簽: 有限元分析 源碼

    上傳時間: 2013-12-09

    上傳用戶:Zxcvbnm

  • The main features of the considered identification problem are that there is no an a priori separati

    The main features of the considered identification problem are that there is no an a priori separation of the variables into inputs and outputs and the approximation criterion, called misfit, does not depend on the model representation. The misfit is defined as the minimum of the l2-norm between the given time series and a time series that is consistent with the approximate model. The misfit is equal to zero if and only if the model is exact and the smaller the misfit is (by definition) the more accurate the model is. The considered model class consists of all linear time-invariant systems of bounded complexity and the complexity is specified by the number of inputs and the smallest number of lags in a difference equation representation. We present a Matlab function for approximate identification based on misfit minimization. Although the problem formulation is representation independent, we use input/state/output representations of the system in order

    標簽: identification considered features separati

    上傳時間: 2016-09-20

    上傳用戶:FreeSky

  • A Matlab toolbox for exact linear time-invariant system identification is presented. The emphasis is

    A Matlab toolbox for exact linear time-invariant system identification is presented. The emphasis is on the variety of possible ways to implement the mappings from data to parameters of the data generating system. The considered system representations are input/state/output, difference equation, and left matrix fraction. KEYWORDS: subspace identification, deterministic subspace identification, balanced model reduction, approximate system identification, MPUM.

    標簽: identification time-invariant presented emphasis

    上傳時間: 2013-12-28

    上傳用戶:wfl_yy

主站蜘蛛池模板: 隆昌县| 安西县| 安丘市| 苍南县| 永清县| 龙岩市| 丰镇市| 石林| 尉氏县| 静海县| 信丰县| 手机| 崇左市| 吉水县| 彝良县| 孝昌县| 兰州市| 镇江市| 百色市| 九江市| 六安市| 安乡县| 宜君县| 卓尼县| 长白| 页游| 张家口市| 利辛县| 丹寨县| 庄河市| 时尚| 南澳县| 都江堰市| 广州市| 屯留县| 清水河县| 昭觉县| 安龙县| 乐至县| 屏东市| 饶阳县|