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

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

ROTATION

  • CORDIC (Coordinate ROTATION Digital Computer) is a method for computing elementary functions using m

    CORDIC (Coordinate ROTATION Digital Computer) is a method for computing elementary functions using minimal hardware such as shifts, adds/subs and compares. CORDIC works by rotating the coordinate system through constant angles until the angle is reduces to zero. The angle offsets are selected such that the operations on X and Y are only shifts and adds.

    標(biāo)簽: Coordinate elementary computing functions

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

    上傳用戶:saharawalker

  • Images with Uncertainty Efficient Algorithms for Shift, ROTATION, Scaling, and Registration, and The

    Images with Uncertainty Efficient Algorithms for Shift, ROTATION, Scaling, and Registration, and Their Applications to Geosciences (2007).pdf

    標(biāo)簽: Registration Uncertainty Algorithms Efficient

    上傳時(shí)間: 2016-08-23

    上傳用戶:zhaiye

  • modify s3c2440 panel ROTATION to 90 degree

    modify s3c2440 panel ROTATION to 90 degree

    標(biāo)簽: ROTATION s3c2440 modify degree

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

    上傳用戶:bibirnovis

  • Visual Studio 2005 Windows CE screen ROTATION utility. From landscape to Portrait mode.

    Visual Studio 2005 Windows CE screen ROTATION utility. From landscape to Portrait mode.

    標(biāo)簽: landscape Portrait ROTATION Windows

    上傳時(shí)間: 2017-04-14

    上傳用戶:dongqiangqiang

  • DIGITAL IMAGE ROTATION CODE IN MATLAB

    DIGITAL IMAGE ROTATION CODE IN MATLAB

    標(biāo)簽: ROTATION DIGITAL MATLAB IMAGE

    上傳時(shí)間: 2017-04-25

    上傳用戶:SimonQQ

  • WinCE5.0 ROTATION Screen Program

    WinCE5.0 ROTATION Screen Program

    標(biāo)簽: ROTATION Program Screen WinCE

    上傳時(shí)間: 2017-05-24

    上傳用戶:杜瑩12345

  • ROTATION tool, totates a single image contained in HANDLE.HANDLE can be a handle to figure, axes, or

    ROTATION tool, totates a single image contained in HANDLE.HANDLE can be a handle to figure, axes, or image object. This GUI is a pure imitation of ROTATEGUI from Birju Patel and uses some code from that function. However, it has extended functionalities and was re-writen using R13 syntax. Which means that it can be compiled with the V3.x compiler.

    標(biāo)簽: HANDLE contained ROTATION totates

    上傳時(shí)間: 2017-07-28

    上傳用戶:han_zh

  • 基于CORDIC算法的高速ODDFS電路設(shè)計(jì)

    為了滿足現(xiàn)代高速通信中頻率快速轉(zhuǎn)換的需求,基于坐標(biāo)旋轉(zhuǎn)數(shù)字計(jì)算(CORDIC,Coordinate ROTATION Digital Computer)算法完成正交直接數(shù)字頻率合成(ODDFS,Orthogonal Direct Digital Frequency Synthesizer)電路設(shè)計(jì)方案。采用MATLAB和Xilinx System Generator開(kāi)發(fā)工具搭建電路的系統(tǒng)模型,通過(guò)現(xiàn)場(chǎng)可編程門陣列(FPGA,F(xiàn)ield Programmable Gate Array)完成電路的寄存器傳輸級(jí)(RTL,Register Transfer Level)驗(yàn)證,仿真結(jié)果表明電路設(shè)計(jì)具有很高的有效性和可行性。

    標(biāo)簽: CORDIC ODDFS 算法 電路設(shè)計(jì)

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

    上傳用戶:hfnishi

  • 基于DSP的ATV-ATT中控系統(tǒng)設(shè)計(jì)

    設(shè)計(jì)一種應(yīng)用于某全地形ATV車載武器裝置中的中控系統(tǒng),該系統(tǒng)設(shè)計(jì)是以TMS320F2812型DSP為核心,采用模塊化設(shè)計(jì)思想,對(duì)其硬件部分進(jìn)行系統(tǒng)設(shè)計(jì),能夠完成對(duì)武器裝置高低、回轉(zhuǎn)方向的運(yùn)動(dòng)控制,實(shí)現(xiàn)靜止或行進(jìn)狀態(tài)中對(duì)目標(biāo)物的測(cè)距,自動(dòng)瞄準(zhǔn)以及按既定發(fā)射模式發(fā)射彈丸和各項(xiàng)安全性能檢測(cè)等功能。通過(guò)編制相應(yīng)的軟件,對(duì)其進(jìn)行系統(tǒng)調(diào)試,驗(yàn)證了該設(shè)計(jì)運(yùn)行穩(wěn)定。 Abstract:  A central control system applied to an ATV vehicle weapons is designed. The system design is based on TMS320F2812 DSP as the core, uses modular design for its hardware parts. The central control system can complete the motion control of the level of weapons and equipment, ROTATION direction, to achieve a state of static or moving objects on the target ranging, auto-targeting and according to the established target and the projectile and the launch of the security performance testing and other functions. Through the development of appropriate software and to carry out system testing to verify the stability of this design and operation.

    標(biāo)簽: ATV-ATT DSP 中控系統(tǒng)

    上傳時(shí)間: 2013-11-02

    上傳用戶:jshailingzzh

  • The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti

    The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-ROTATION algorithm is used to update the QR- factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill- conditioned problems, such as fitting polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back-substitution routine BKSUB2 which it calls, the routines behave as in AS 274.

    標(biāo)簽: least-squares unconstrained Statisti Applied

    上傳時(shí)間: 2015-05-14

    上傳用戶:aig85

主站蜘蛛池模板: 阳江市| 临夏市| 临夏县| 屯门区| 宜兰市| 吉安县| 涟水县| 双江| 霍林郭勒市| 陆良县| 太原市| 绍兴市| 图们市| 扎囊县| 平潭县| 辽宁省| 合阳县| 衡阳市| 大兴区| 远安县| 紫云| 灌南县| 蚌埠市| 长葛市| 彩票| 杨浦区| 罗平县| 新营市| 县级市| 固阳县| 阜平县| 方山县| 广丰县| 屏南县| 连州市| 大姚县| 军事| 德州市| 英吉沙县| 宁德市| 安陆市|