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

6000

  • MATLAB implementation of SPIHT (without Arithmatic coding stage). % Performance evaluation : this

    MATLAB implementation of SPIHT (without Arithmatic coding stage). % Performance evaluation : this toolbox VS. SPIHT % Test image: lena512.raw % bpp SPIHT(dB) This code(dB) % 0.1000 29.8107 29.3202 % 0.2000 32.7202 32.2514 % 0.3000 34.5479 34.0331 % 0.4000 35.8422 35.4857 % 0.5000 36.8623 36.5939 % 0.6000 37.6650 37.3759 % 0.7000 38.2581 38.0491 % 0.8000 38.9390 38.7058 % 0.9000 39.5218 39.3437

    标签: implementation Performance Arithmatic evaluation

    上传时间: 2013-12-08

    上传用户:huannan88

  • 当按下报警按钮时

    当按下报警按钮时,单片机开始检测过零点,过零点的负跳变(T2EX)引发定时器2中断后,定时器2开始定时,当定时器2定时时间到,则单片机发触发脉冲,并且同时定时器0开始定时1ms,1ms时间到则停止发脉冲,每个脉冲的工作时序如图4-1所示。工频交流电率为50Hz,过零点每个周期(20ms)检测一次,因此,1秒内共检测过零点50次。单片机发脉冲6000次后(2分钟),自动停止发脉冲。 如果需要硬件电路与详细说明文档请与作者联系!可免费提供!

    标签: 报警 按钮

    上传时间: 2013-12-04

    上传用户:agent

  • 这是一个模拟转速信号发生器的程序

    这是一个模拟转速信号发生器的程序,从500转到6000转连续可调。带数码管显示

    标签: 模拟 信号发生器 转速 程序

    上传时间: 2016-04-05

    上传用户:天诚24

  • UIT - Secteur de la normalisation des télécommunications ITU - Telecommunication Standardization Se

    UIT - Secteur de la normalisation des télécommunications ITU - Telecommunication Standardization Sector UIT - Sector de Normalización de las Telecomunicaciones Study Period 1997-2000 Commission d études Study Group Comisión de Estudio 16 Contribution tardive Delayed Contribution Contribución tardía D.xxx Geneva, 7-18 February 2000 Texte disponible seulement en Text available only in Texto disponible solamente en E Question(s): Q.15/SG16 SOURCE*: Nokia Inc. / Nokia Research Center 6000 Connection Drive Irving, Texas 75039 USA Tel : +12147976155 Fax : +19728944589 e-mail : marta.karczewicz@nokia.com TITLE: MVC Decoder Description

    标签: Telecommunication Standardization communications normalisation

    上传时间: 2013-12-23

    上传用户:541657925

  • 这是TI的C6713开发板例程

    这是TI的C6713开发板例程,包含所有片上外设例程,是用DSP/BIOS和CSL编的C程序,是学习6000系列DSP的好的资料。

    标签: C6713 开发板

    上传时间: 2017-06-04

    上传用户:asdfasdfd

  • dsp源代码

    dsp源代码,适合dsp初学者,用6000系类的硬件

    标签: dsp 源代码

    上传时间: 2017-06-21

    上传用户:wanqunsheng

  • MPU6050寄存器资料分享

    MU6050的寄存器资料分享,做四轴飞控的必备资料!MPU-6000.6050中文资料.pdf

    标签: mpu6050 寄存器 四轴飞控

    上传时间: 2015-02-27

    上传用户:zhuzhu

  • 西门子流量计中文手册

    西门子流量计MAG5000/6000中文手册

    标签: 西门子 流量计 手册

    上传时间: 2021-10-09

    上传用户:zjy00721

  • MPU6050六轴传感器模块技术资料包括模块原理图+-STM32F1程序源码+技术文档资料: MPU

    MPU6050六轴传感器模块技术资料包括模块原理图+-STM32F1程序源码+技术文档资料:MPU-6000 & MPU-6050 寄存器表及其描述(中文版).pdfMPU-6000 & MPU-6050产品说明书(中文版).pdfMPU-6000 and MPU-6050 Product Specification.pdfMPU-6000 and MPU-6050 Register Map and Descriptions.pdfMPU6050六轴传感器模块程序PZ-MPU6050六轴传感器模块原理图.pdfPZ-MPU6050六轴传感器模块开发手册--普中STM32F1开发板.pdf叉积法融合陀螺和加速度核心程序详解(圆点博士四轴).pdf姿态解算说明(Mini AHRS).pdf调试工具

    标签: mpu6050 传感器 mpu stm32

    上传时间: 2021-10-15

    上传用户:qdxqdxqdxqdx

  • STM32F103驱动W5500网络程序

    #include "W5500.h"/***************----- 网络参数变量定义-----***************/unsigned char Gateway_IP[4];// 网关IP 地址unsigned char Sub_Mask[4]; // 子网掩码unsigned char Phy_Addr[6]; // 物理地址(MAC)unsigned char IP_Addr[4]; // 本机IP 地址unsigned char S0_Port[2]; // 端口0 的端口号(5000)unsigned char S0_DIP[4]; // 端口0 目的IP 地址unsigned char S0_DPort[2]; // 端口0 目的端口号(6000)unsigned char UDP_DIPR[4]; //UDP( 广播)模式,目的主机IP 地址unsigned char UDP_DPORT[2]; //UDP( 广播)模式,目的主机端口号/***************----- 端口的运行模式-----***************/unsigned char S0_Mode =3; // 端口0 的运行模式,0:TCP 服务器模式,1:TCP 客户端模式,2:UDP(广播)模式#define TCP_SERVER 0x00 / /TCP服务器模式#define TCP_CLIENT 0x01 / /TCP客户端模式#define UDP_MODE 0x02 / /UDP(广播)模式

    标签: stm32f103 驱动 w5500

    上传时间: 2022-06-22

    上传用户:lostxc