搜索结果
找到约 179 项符合
Receiver 的查询结果
按分类筛选
- 全部分类
- 通讯/手机编程 (19)
- matlab例程 (18)
- 书籍 (17)
- GPS编程 (10)
- 3G开发 (10)
- VHDL/FPGA/Verilog (8)
- 技术资料 (8)
- 通讯编程文档 (7)
- 单片机编程 (6)
- 其他书籍 (6)
- 其他嵌入式/单片机内容 (6)
- 其他 (6)
- 单片机开发 (6)
- 系统设计方案 (5)
- 学术论文 (3)
- 模拟电子 (3)
- Internet/网络编程 (3)
- 网络 (3)
- 邮电通讯系统 (3)
- 串口编程 (3)
- 技术管理 (2)
- Java编程 (2)
- 文件格式 (2)
- 并行计算 (2)
- 微处理器开发 (2)
- 多媒体处理 (1)
- 教程资料 (1)
- 电源技术 (1)
- 通信网络 (1)
- J2ME (1)
- 人工智能/神经网络 (1)
- Windows CE (1)
- Modem编程 (1)
- Linux/Unix编程 (1)
- 书籍源码 (1)
- 加密解密 (1)
- 电子书籍 (1)
- 行业发展研究 (1)
- 驱动编程 (1)
- 嵌入式/单片机编程 (1)
- 中间件编程 (1)
- 手机短信编程 (1)
- 无线通信 (1)
- VIP专区 (1)
Java编程 3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . Datagr
3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and then receive a reply. . Multicast sender/receiver ...
通讯/手机编程 This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is wr
This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise.
The packet include:
1) Packet Builder (Viterbi Encoding, Interleaver, PN generation)
2) Modulator (RRC filter)
3) Demodulator (Matched Filter, RAKE receiver)
...
通讯/手机编程 Models UWB TX and RX using BPSK fifth derivative. MATLAB Release: R13 Description: This m file
Models UWB TX and RX using BPSK fifth derivative.
MATLAB Release: R13
Description: This m file models a UWB system using BPSK with the fifth order derivative of the gaussian pulse with correlation receiver and intgrator.
单片机开发 Decoding most of the infrared signals can be easily handled by PIC16C5X microcontrollers. This appl
Decoding most of the infrared signals can be easily
handled by PIC16C5X microcontrollers. This application
note describes how this decoding may be done.
The only mandatory hardware for decoding IR signals
is an infrared receiver. The use of two types is
described here. Both are modular types used of ...
matlab例程 his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is w
his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate.
The simulation is written for static channel and AWGN noise. The packet include:
1) Packet Builder (Viterbi Encoding, Interleaver, PN generation)
2) Modulator (RRC filter)
3) Demodulator (Matched Filter, RAKE receiver) ...
matlab例程 This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab co
This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a window ...
其他 This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) comm
This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) communication system. The receiver uses a correlator(mixer-integrator[LPF]) configuration with BER measurements comparing measured and theoretical results. The bandpass and low pass used in the receiver a ...
其他书籍 Carrier-phase synchronization can be approached in a general manner by estimating the multiplicativ
Carrier-phase synchronization can be approached in a
general manner by estimating the multiplicative distortion (MD) to which
a baseband received signal in an RF or coherent optical transmission
system is subjected. This paper presents a unified modeling and
estimation of the MD in finite-alphabet d ...
其他书籍 This paper investigates the design of joint frequency offset and carrier phase estimation of a mult
This paper investigates the design of joint frequency
offset and carrier phase estimation of a multi-frequency time division
multiple access (MF-TDMA) demodulator that is applied to
a digital video broadcasting—return channel system via satellite
(DVB-RCS). The proposed joint estimation algorithm i ...
Internet/网络编程 这是一个学习WinSocket编程的程序
这是一个学习WinSocket编程的程序,它由3部分组成,一是发送Sender的程序,另一个是接收Receiver的程序,还有一个是信道channel。发送方发送的数据需要经过信道才能够被接收方接收到。这个信道是一个模拟信道,可以自由设置它成为可靠或者不可靠,在不可靠时又有几种情况。这些都是为了能够更好地去理解数据链路层的编程, ...