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

Short-Range

  • TC35i新版西门子工业GSM模块是一个支持中文短信息的工业级GSM模块,工作在EGSM900和GSM1800双频段,电源范围为直流3.3~4.8V ,电流消耗——休眠状态为3.5mA

    TC35i新版西门子工业GSM模块是一个支持中文短信息的工业级GSM模块,工作在EGSM900和GSM1800双频段,电源范围为直流3.3~4.8V ,电流消耗——休眠状态为3.5mA,空闲状态为25mA,发射状态为300mA(平均),2.5A峰值;可传输语音和数据信号, 功耗在EGSM900(4类)和GSM1800(1类)分别为2W和1W ,通过接口连接器和天线连接器分别连接SIM卡读卡器和天线。SIM电压为3V/1.8V,TC35i的数据接口(CMOS电平)通过AT命令可双向传输指令和数据,可选波特率为300b/s~115kb/s , 自动波特率为1.2kb/s~115kb/s。它支持Text和PDU格式的SMS(Short Message Service,短消息),可通过AT命令或关断信号实现重启和故障恢复

    标签: GSM 1800 EGSM 3.3

    上传时间: 2016-03-17

    上传用户:a3318966

  • This project aim was to build wireless software modem for data communication between two computers

    This project aim was to build wireless software modem for data communication between two computers using an acoustic interface in the voice frequency range (20Hz– 20,000Hz). The transmitting antenna is a speaker (frequency response of: 90Hz – 20,000Hz) and the receiving antenna is a microphone (frequency response of: 100Hz – 16,000Hz). The test files used as information files were text files. This goal was attained both in an incoherent scheme and in a coherent scheme. Build under Matlab code, our modem uses OFDM (orthogonal frequency division multiplexing) modulation, synchronization by LMS sequence, channel estimation (no equalizer) via pilot tones. The symbols are either PSK or ASK for a constellation size of 2 or 4. To optimize the probability of error, these symbols were mapped using Gray mapping. Report

    标签: communication computers software wireless

    上传时间: 2014-05-29

    上传用户:wangdean1101

  • The UCL common multimedia library implements a number of algorithms and protocols needed by a number

    The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The following protocols/algorithms are included in the library: Base64 encoding/decoding Binary tree Random number HMAC authentication MD5 DES RTP MBus SAP

    标签: number algorithms multimedia implements

    上传时间: 2014-11-16

    上传用户:hoperingcong

  • 书籍:Teach Yourself Visual C++ 6 in 21 Days 第一章的源码: 所有的源码都是我边读边写的

    书籍:Teach Yourself Visual C++ 6 in 21 Days 第一章的源码: 所有的源码都是我边读边写的,已经通过了VC6得便宜,适合VC6得初学爱好者,希望大家一起学习进步 书的在线地址,第一章: http://poincare.matf.bg.ac.yu/~filip/nm/Seminarski/VC-21days-short/ch01/ch01.htm

    标签: Yourself Visual Teach Days

    上传时间: 2016-04-04

    上传用户:hjshhyy

  • 书籍:Teach Yourself Visual C++ 6 in 21 Days 第2章的源码:所有的源码都是我边读边写的

    书籍:Teach Yourself Visual C++ 6 in 21 Days 第2章的源码:所有的源码都是我边读边写的,已经通过了VC6在WinXP下的编译,适合VC6得初学爱好者,希望大家一起学习进步 第二章的在线地址: http://poincare.matf.bg.ac.yu/~filip/nm/Seminarski/VC-21days-short/ch02/ch02.htm

    标签: Yourself Visual Teach Days

    上传时间: 2014-01-21

    上传用户:chenlong

  • ead file "YD.DOC". Who is the intended user Beginners in assembly and programmers. Features o

    ead file "YD.DOC". Who is the intended user Beginners in assembly and programmers. Features of the program: Yilmaz Disassembler:is an interactive disassembler which lets the user be a part of the disassembling process,is flexible, the user can disassemble in different formats,has user friendly interface, mouse support, pop-up menu commands, short cut key commands, context-sensitive on-line help,and it is cheap. Program s capacity and limitations: Max executable file size is 64 KB. Can not disassemble program of EXE-format.Only 8086/8088 CPU instructions can be disassembled. Disassemble 8087 Math Co-processor s instructions.

    标签: programmers Beginners Features assembly

    上传时间: 2014-06-21

    上传用户:皇族传媒

  • // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image p

    // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image processing. // Conceptual background: // A histogram is just a frequency count of every pixel value in the image. // There are various well-known mathematical operations that you can perform on an image // using histograms, to enhance the image, etc. // Histogram stretch (aka automatic gain control): // Stretches the image histogram to fill the entire range of values. This is a "point operation," // meaning each pixel is scaled to a new value, without examining the neighboring pixels. The // histogram stretch does not actually require you to calculate the full histogram. The scaling factor // is calculated from the minimum and maximum values in the image.

    标签: Sample Histogram Grabber sample

    上传时间: 2013-12-15

    上传用户:ryb

  • void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) {

    void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) { unsigned int reg1, reg2,i unsigned int part3_length = part2_start + gr->part2_3_length unsigned used int h,*f=&freqline[0][0] if(gr->window_switching_flag && gr->block_type == 2) { /* short block regions */ reg1 = 36 reg2 = 576 } else { /* long block regions */ reg1 = sfBandIndex[fr_ps.header->sampling_frequency].l[gr->region0_count + 1] reg2 = sfBandIndex[fr_ps.header->sampling_frequency].l[gr->region0_count + gr->region1_count + 2] }

    标签: III_hufman_decode int freqline Granule

    上传时间: 2013-12-19

    上传用户:jjj0202

  • Data_Structures_and_Algorithms - These notes accompany Data Structures and Algorithms II. The course

    Data_Structures_and_Algorithms - These notes accompany Data Structures and Algorithms II. The course, to a large extent, follows on from Data Structures and Algorithms I. However, while DS&A I focused on fundamental datastructures, DS&A II will focus on practical algorithms, applicable to a wide range of tasks. The approach will be somewhat less formal, with a little more focus on applications.

    标签: Data_Structures_and_Algorithms Algorithms Structures accompany

    上传时间: 2016-05-08

    上传用户:阿四AIR

  • 3rd Generation Partnership Project Technical Specification Group Terminals Technical realization

    3rd Generation Partnership Project Technical Specification Group Terminals Technical realization of the Short Message Service

    标签: Technical Specification Partnership realization

    上传时间: 2014-01-24

    上传用户:1966640071