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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

signal-to-<b>noise</b>

  • Prony算法工具箱。Prony方法是用一組指數(shù)項(xiàng)的線性組合來(lái)擬和等間距采樣數(shù)據(jù)的方法,可以從中分析出信號(hào)的幅值、相位、阻尼因子、頻率等信息。considerations including data

    Prony算法工具箱。Prony方法是用一組指數(shù)項(xiàng)的線性組合來(lái)擬和等間距采樣數(shù)據(jù)的方法,可以從中分析出信號(hào)的幅值、相位、阻尼因子、頻率等信息。considerations including data preprocessing, model order selection, model order selection criteria, signal subspace selection, signal and noise separation, root inspection and assessing residuals. The PTbox provides flexibility to compare and display analysis results simultaneously for several parameter variations.

    標(biāo)簽: Prony considerations including data

    上傳時(shí)間: 2015-09-11

    上傳用戶:lizhizheng88

  • BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [

    BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form: % Minimize F(x) subject to: xlb <= x0 <=xub % A*x <= B Aeq*x=Beq % C(x)<=0 Ceq(x)=0 % x(i) is continuous for xstatus(i)=0 % x(i) integer for xstatus(i)= 1 % x(i) fixed for xstatus(i)=2 %

    標(biāo)簽: constrained variables function possibly

    上傳時(shí)間: 2014-01-13

    上傳用戶:youth25

  • tServer task executes functions at low priority (254). serverSend funtion is used to send a requ

    tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the summary of tShell task. Next an address exception is caused in tServer task by trying to execute a funtion at non-aligned word boundry. As a result SIGBUS signal is raised automatically. Signals (setjmp() and longjmp()) are used to allow the tServer task to recover gracefully from an address error exception. For more information about signals, please refer to sigLib manual pages.

    標(biāo)簽: serverSend functions executes priority

    上傳時(shí)間: 2015-09-21

    上傳用戶:tianjinfan

  • CCS編程環(huán)境 使用的是匯編加C的混合編程方法: The programme of the Correlation Algorithm. Using INT2 to get the input s

    CCS編程環(huán)境 使用的是匯編加C的混合編程方法: The programme of the Correlation Algorithm. Using INT2 to get the input signal. Array x, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array y, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array cor is the Correlation result, the length is 255, 32-bit floating point.

    標(biāo)簽: Correlation Algorithm programme the

    上傳時(shí)間: 2013-12-21

    上傳用戶:leixinzhuo

  • palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/J

    palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools

    標(biāo)簽: Programming Developer oreilly safari

    上傳時(shí)間: 2013-12-10

    上傳用戶:litianchu

  • acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight o

    acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It needs some time, called setup time, for the machine to prepare processing a stick. The setup times are associated with cleaning operations and changing tools and shapes in the machine. The setup times of the woodworking machine are given as follows: (a) The setup time for the first wooden stick is 1 minute. (b) Right after processing a stick of length l and weight w , the machine will need no setup time for a stick of length l and weight w if l<=l and w<=w . Otherwise, it will need 1 minute for setup.

    標(biāo)簽: WoodenSticks Description length wooden

    上傳時(shí)間: 2014-03-08

    上傳用戶:netwolf

  • in this paper,wo propose an extension of the zerotree-based space-frequency quantization algorithm b

    in this paper,wo propose an extension of the zerotree-based space-frequency quantization algorithm by adding a wedgelet symbol to its tree-pruning optimization.

    標(biāo)簽: space-frequency zerotree-based quantization algorithm

    上傳時(shí)間: 2015-10-22

    上傳用戶:yxgi5

  • The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowled

    The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowledge of the elements of arithmetic as they exist on a computer. That conclusion and this book are the result of a long and frustrating search for information on writing arithmetic routines for real-time embedded systems. With instruction cycle times coming down and clock rates going up, it would seem that speed is not a problem in writing fast routines. In addition, math coprocessors are becoming more popular and less expensive than ever before and are readily available. These factors make arithmetic easier and faster to use and implement. However, for many of you the systems that you are working on do not include the latest chips or the faster processors. Some of the most widely used microcontrollers used today are not Digital Signal Processors (DSP), but simple eight-bit controllers such as the Intel 8051 or 8048 microprocessors.

    標(biāo)簽: arithmetic high-speed ultimately efficient

    上傳時(shí)間: 2014-11-30

    上傳用戶:lizhen9880

  • water temperature control system uses the Single Chip Microcomputer to carry on temperature real-tim

    water temperature control system uses the Single Chip Microcomputer to carry on temperature real-time gathering and controling. DS18B20, digitized temperature sensor, provides the temperature signal by "a main line". In -10~+85℃ the scope, DS18B20’s inherent measuring accuracy is 0.5 ℃. The water temperature real-time control system uses the electricity nichrome wire carring on temperature increiseament and operates the electric fan to realize the temperature decrease control. The system has the higher measuring accuracy and the control precision, it also can complete the elevation of temperature and the temperature decrease control.

    標(biāo)簽: temperature Microcomputer real-tim control

    上傳時(shí)間: 2015-12-10

    上傳用戶:nairui21

  • To increase simulation speed, ModelSim® can apply a variety of optimizations to your design. Thes

    To increase simulation speed, ModelSim® can apply a variety of optimizations to your design. These include, but are not limited to, mergingprocesses, pulling constants out of loops, clock suppression, and signal collapsing. You control the level of optimization by specifying certain switches when you invoke the compiler.

    標(biāo)簽: optimizations simulation ModelSim increase

    上傳時(shí)間: 2013-12-25

    上傳用戶:pkkkkp

主站蜘蛛池模板: 阳朔县| 保靖县| 房产| 昭觉县| 阿坝县| 墨竹工卡县| 高密市| 雅江县| 长葛市| 乌兰察布市| 类乌齐县| 阜平县| 石门县| 福贡县| 商南县| 晋江市| 玛纳斯县| 汝州市| 闻喜县| 长宁县| 万年县| 米易县| 三门县| 合川市| 田阳县| 五莲县| 邳州市| 防城港市| 察雅县| 礼泉县| 昌江| 高平市| 武乡县| 平泉县| 克什克腾旗| 息烽县| 甘谷县| 柞水县| 沐川县| 西和县| 鲁山县|