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

Space-frequency

  • 基于单片机的设计

    PCF8591的特性、原理、硬件结构图.

    标签: STC15F2KS60

    上传时间: 2015-10-17

    上传用户:咫尺T-T天涯

  • mp3录制工具

    老牌MP3录制工具。 Introduction ============ MP3 Sound Recorder(MP3 Recorder) is a program that can record mp3 from any available sound source directly without costing any other disk space. With a simple and intuitionistic interface, you can record your sound easily and quickly.

    标签: MP3录制工具

    上传时间: 2015-10-19

    上传用户:dumpsoft

  • ggggif

    gif捕捉制作工具: Demo ends:1034044285 名字:kukuasir 注册码:这里输入新注册码 录制区域:0,0 1024x738 帧的延时:500 帧间透明:是 记录时间信息:是 循环:是 屏幕仿真:是 覆盖边缘:是 覆盖指针:是 Explorer 2.0 兼容:否 录制尺寸:100

    标签: gif捕捉制作

    上传时间: 2015-10-19

    上传用户:dumpsoft

  • 夏宇闻数字逻辑设计

    国内最早推广VERILOG设计方法,有丰富工程实践经验,曾获得包括国家发明二等奖在内的多项国家级奖励,是业界公认的大师。 夏宇闻老师为VERILOG设计方法在中国的推广和应用做了大量工作,曾编写和翻译的著作有《Verilog 数字系统设计教程》、《Verilog HDL 数字设计与综合》、《SystemVerilog 验证方法学》和《数字逻辑基础与Verilog设计》等,为VERILOG设计方法在中国的推广和发展作出了卓越的贡献。夏老师严谨负责,离休后仍贡献余热,担任北京至芯FPGA培训中心顾问。

    标签: 夏宇闻 verilog 逻辑设计

    上传时间: 2015-10-22

    上传用户:xlrenxuanwei

  • dsp教学认识AD采样部分

    DSP的全称为Digital Signal Process,即数字信号处理技术,DSP芯片即指能够实现数字信号处理技术的芯片。近年来,数字信号处理器(DSP)芯片已经广泛用于自动控制、图像处理、通信技术、网络设备、仪器仪表和家电等领域;DSP为数字信号处理提供了高效而可靠的硬件基础。DSP芯片的内部采用程序和数据分开的哈佛结构,具有专门的硬件乘法器,广泛采用流水线操作,提供特殊的DSP指令。

    标签: 关于学习dsp的教程

    上传时间: 2015-10-26

    上传用户:plancking

  • dsp教学课程讲解

    DSP的全称为Digital Signal Process,即数字信号处理技术,DSP芯片即指能够实现数字信号处理技术的芯片。近年来,数字信号处理器(DSP)芯片已经广泛用于自动控制、图像处理、通信技术、网络设备、仪器仪表和家电等领域;DSP为数字信号处理提供了高效而可靠的硬件基础。DSP芯片的内部采用程序和数据分开的哈佛结构,具有专门的硬件乘法器,广泛采用流水线操作,提供特殊的DSP指令。

    标签: dsp2812的傅里叶变换

    上传时间: 2015-10-26

    上传用户:plancking

  • dsp硬件接口

    DSP的全称为Digital Signal Process,即数字信号处理技术,DSP芯片即指能够实现数字信号处理技术的芯片。近年来,数字信号处理器(DSP)芯片已经广泛用于自动控制、图像处理、通信技术、网络设备、仪器仪表和家电等领域;DSP为数字信号处理提供了高效而可靠的硬件基础。DSP芯片的内部采用程序和数据分开的哈佛结构,具有专门的硬件乘法器,广泛采用流水线操作,提供特殊的DSP指令。

    标签: 了解硬件接口和功能

    上传时间: 2015-10-26

    上传用户:plancking

  • dsp学习资料

    DSP(digital singnal processor)是一种独特的微处理器,是以数字信号来处理大量信息的器件。其工作原理是接收模拟信号,转换为0或1的数字信号,再对数字信号进行修改、删除、强化,并在其他系统芯片中把数字数据解译回模拟数据或实际环境格式。它不仅具有可编程性,而且其实时运行速度可达每秒数以千万条复杂指令程序,源源超过通用微处理器,是数字化电子世界中日益重要的电脑芯片。它的强大数据处理能力和高运行速度,是最值得称道的两大特色

    标签: dsp学习资料

    上传时间: 2015-10-26

    上传用户:plancking

  • Matlab 画三维立体图形

    Matlab 画三维立体图形 The aim of geom3d library is to handle and visualize 3D geometric primitives such as points, lines, planes, polyhedra... It provides low-level functions for manipulating 3D geometric primitives, making easier the development of more complex geometric algorithms.      Some features of the library are:   - creation of various shapes (3D points, 3D lines, planes, polyhedra...)     through an intuitive syntax.      Ex: createPlane(p1, p2, p3) to create a plane through 3 points.     - derivation of new shapes: intersection between 2 planes, intersection between     a plane and a line, between a sphere and a line...   - functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces     arrays (face array contain indices of vertices), and support faces with any     number of vertices. Some basic models are provided (createOctaedron,     createCubeoctaedron...), as well as some computation (like faceNormal or     centroid)      - manipulation of planar transformation. Ex.:     ROT = createRotationOx(THETA);     P2  = transformPoint3d(P1, ROT);     - direct drawing of shapes with specialized functions. Clipping is performed      automatically for infinite shapes such as lines or rays. Ex:     drawPoint3d([50 50 25; 20 70 10], 'ro');    % draw some points     drawLine3d([X0 Y0 Z0 DX DY DZ]);            % clip and draw straight line Some functions require the geom2d package.       Additional help is provided in geom3d/Contents.m file, as well as summary files     like 'points3d.m' or 'lines3d.m'.

    标签: Matlab 画三维立体图形

    上传时间: 2015-11-02

    上传用户:A1321

  • STM32 技术手册

    CM3技术参考手册,CM3技术参考手册。

    标签: STM32 技术手册

    上传时间: 2015-11-04

    上传用户:gao1251