虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Target

目标板是一个术语,用来指有DSP芯片的DSP系统或印刷电路板,你的算法在目标板上运行,JTAG仿真器与目标板相连。
  • Target="_blank" href="https://www.eeworm.com/dl/542/494028.html" class="l">我们回到“编译网卡驱动程序”一节中所打开的控制台窗口

    我们回到“编译网卡驱动程序”一节中所打开的控制台窗口,定位目录到D:\TORNADO.V2.2\Target\config\pcPentium,插入您已经格式化好的软盘,然后运行: mkboot a: bootrom

    标签: 编译 程序 控制台 窗口

    上传时间: 2013-12-26

    上传用户:wfeel

  • Target="_blank" href="https://www.eeworm.com/dl/516/494306.html" class="l">The LabVIEW DSP Test Toolkit for TI DSP uses LabVIEW to automate TI’s Code Composer Studio™ (

    The LabVIEW DSP Test Toolkit for TI DSP uses LabVIEW to automate TI’s Code Composer Studio™ (CCS) Integrated Development Environment (IDE) so you can create test systems for DSP Target code.

    标签: LabVIEW DSP Composer automate

    上传时间: 2017-09-27

    上传用户:lanwei

  • Target="_blank" href="https://www.eeworm.com/dl/502553.html" class="l">嵌入式开发实验二

             hello是目标,可以用Target来表示。make默认是搜索第一个目标。生成Target的前提(依赖)是先有hello.o,所以,make程序就寻找生成hello.o这个目标的规则。hello.o的前提(依赖)是hello.c文件,而这个文件在当前目录中有,所以就开始进行下面一个命令行操作。如此反复进行,直到第一个目标顺利产生,这个过程结束。

    标签: a

    上传时间: 2015-04-28

    上传用户:micdell

  • Target="_blank" href="https://www.eeworm.com/dl/502596.html" class="l">DDA使用教程

    DDSCAT 7.3 is a freely available open-source Fortran-90 software package applying the “discrete dipole approximation” (DDA) to calculate scattering and absorption of electromagnetic waves by Targets with arbitrary geometries and complex refractive index. The Targets may be isolated entities (e.g., dust particles), but may also be 1-d or 2-d periodic arrays of “Target unit cells”, which can be used to study absorption, scattering, and electric fields around arrays of nanostructures.

    标签: userguide

    上传时间: 2015-04-29

    上传用户:499689361

  • Target="_blank" href="https://www.eeworm.com/dl/506794.html" class="l">stm32小量iap

    1.此代码基于红牛开发板,请根据自己的板子进行修改。 2.通过修改网上的代码实现,修改前的功能开了一个很大的缓存接收app数据,然后一次性全部数据写入, 但是这个在实际应用中没多大用,所以修改为一次写入128个字节。 3.程序flash的偏移地址为0x8010000,所以app编译前应该在mdk中设置 Option窗口->Target页->IROM1,start 改为 0x8010000 4.设置中断向量重映射,我用的方法是在app端的main函数起始位置添加语句 SCB->VTOR = FLASH_BASE | 0x10000; 5.启动时如果发现没有app,会进入bootloader模式(灯全亮),如果发现有程序就要看程序的功能了。 如果有app,但是又想重新升级的话就按住某个键(我这里是Tamper),然后按复位,松开复位之前不要松开 按键,这样就会进入bootloader模式。 6.进入bootloader后通过串口1接收升级app数据,bin文件数据,接收完成后按User1键进行升级操作,完成后 复位或者按User2键可以运行刚写入的app。

    标签: stm32 iap

    上传时间: 2015-05-18

    上传用户:llma2017

  • Target="_blank" href="https://www.eeworm.com/dl/513472.html" class="l">传感器网络中基于到达时间差有效的凸松弛方法的稳健定位

    We consider the problem of Target localization by a network of passive sensors. When an unknown Target emits an acoustic or a radio signal, its position can be localized with multiple sensors using the time difference of arrival (TDOA) information. In this paper, we consider the maximum likelihood formulation of this Target localization problem and provide efficient convex relaxations for this nonconvex optimization problem.We also propose a formulation for robust Target localization in the presence of sensor location errors. Two Cramer-Rao bounds are derived corresponding to situations with and without sensor node location errors. Simulation results confirm the efficiency and superior performance of the convex relaxation approach as compared to the existing least squares based approach when large sensor node location errors are present.

    标签: 传感器网络

    上传时间: 2016-11-27

    上传用户:xxmluo

  • Target="_blank" href="https://www.eeworm.com/dl/514645.html" class="l">卡尔曼滤波的图像目标跟踪

    卡尔曼滤波的图像目标跟踪Target tracking using kalman

    标签: 卡尔曼滤波 图像 目标跟踪

    上传时间: 2017-04-12

    上传用户:暖阳!!

  • Target="_blank" href="https://www.eeworm.com/dl/515105.html" class="l">CCs应用

    关于CCS调试,目标板配置advanced Target configuration

    标签: CCs

    上传时间: 2017-05-19

    上传用户:mzd1207

  • Target="_blank" href="https://www.eeworm.com/dl/519051.html" class="l">基于多尺度字典的图像超分辨率重建

    Reconstruction- and example-based super-resolution (SR) methods are promising for restoring a high-resolution (HR) image from low-resolution (LR) image(s). Under large magnification, reconstruction-based methods usually fail to hallucinate visual details while example-based methods sometimes introduce unexpected details. Given a generic LR image, to reconstruct a photo-realistic SR image and to suppress artifacts in the reconstructed SR image, we introduce a multi-scale dictionary to a novel SR method that simultaneously integrates local and non-local priors. The local prior suppresses artifacts by using steering kernel regression to predict the Target pixel from a small local area. The non-local prior enriches visual details by taking a weighted average of a large neighborhood as an estimate of the Target pixel. Essentially, these two priors are complementary to each other. Experimental results demonstrate that the proposed method can produce high quality SR recovery both quantitatively and perceptually.

    标签: Super-resolution Multi-scale Dictionary Single Image for

    上传时间: 2019-03-28

    上传用户:fullout

  • Target="_blank" href="https://www.eeworm.com/dl/521798.html" class="l">Adaptive Antennas and Receivers

    Homogeneous Partitioning of the Surveillance Volume discusses the implementation of the first of three sequentially complementary approaches for increasing the probability of Target detection within at least some of the cells of the surveillance volume for a spatially nonGaussian or Gaussian “noise” environment that is temporally Gaussian. This approach, identified in the Preface as Approach A, partitions the surveillance volume into homogeneous contiguous subdivisions.

    标签: Receivers Adaptive Antennas and

    上传时间: 2020-05-26

    上传用户:shancjb