搜索结果
找到约 511 项符合
variable-frequency 的查询结果
matlab例程 The software is capable to simulate space time code [1] for QPSK modulation using different number o
The software is capable to simulate space time code [1] for QPSK modulation using different number of state. Examples of generator matrix up to 256 stetes are provided. Variable signal to noise ratio (SNR) might be applied to produce bit error rate (BER) or frame error rate (FER) curves.
其他 Huffman codes 􀂄 In telecommunication, how do we represent a set of messages, each with an
Huffman codes
&#1048708 In telecommunication, how do we represent a
set of messages, each with an access
frequency, by a sequence of 0’s and 1’s?
&#1048708 To minimize the transmission and decoding
costs, we may use short strings to represent
more frequently used messages.
&#1048708 This problem c ...
其他 CDMA 的仿真程序
CDMA 的仿真程序,Frequency Hopping Spread Spectrum,Random frequency hopps to form a spread signal
其他 Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard
Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard exe projects
1. Packager 2. Setup1
The packager works like Visual basic Application deployment Wizard. And the setup1 project is used for the installation of the package. This project demonstrates how ...
GPS编程 This is GPS Acquisition..by Matlab, this file performs cold start acquisition on the collected "data
This is GPS Acquisition..by Matlab, this file performs cold start acquisition on the collected "data". It
searches for GPS signals of all satellites, which are listed in field
"acqSatelliteList" in the settings structure. Function saves code phase
and frequency of the detected signals in the "acq ...
GPS编程 This is GPS Matlab acquisition code. Function performs cold start acquisition on the collected "data
This is GPS Matlab acquisition code. Function performs cold start acquisition on the collected "data". It
searches for GPS signals of all satellites, which are listed in field
"acqSatelliteList" in the settings structure. Function saves code phase
and frequency of the detected signals in the "acq ...
VHDL/FPGA/Verilog Enhanced version of the Serial Peripheral Interface available on Motorola s MC68HC11 family of CPUs.
Enhanced version of the Serial Peripheral Interface available on Motorola s MC68HC11 family of CPUs.Enhancements include a wider supported operating frequency range, 4deep read and write fifos, and programmable transfer count dependent interrupt generation.
As with the SPI found in MC68HC11 processo ...
RFID编程 RFID, the wireless technology that has helped millions of people around the world to protect their
RFID, the wireless technology that has helped
millions of people around the world to protect their property and
make their workplaces safer is now in danger of being viewed as a
security risk. Ray Stanton examines the love-hate relationship
between people and Radio Frequency Identification [RFID] ta ...
数值算法/人工智能 The Window Design Method The basic idea behind the design of linear-phase FIR filters using the win
The Window Design Method
The basic idea behind the design of linear-phase FIR filters using the window
method is to choose a proper ideal frequency-selective filter [which always has
a noncausal, infinite duration impulse response] and then truncate its impulse
response hd[n] to obtain a linear-phas ...
Linux/Unix编程 //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open[
//结构
struct fb_fix_screeninfo finfo
struct fb_var_screeninfo vinfo
//打开设备
fd = open["/dev/fb0", O_RDWR]
if [!fd] {
printf["Cannot open framebuffer device.\n"]
exit[1]
}
//取得固定信息
if [ioctl[fd, FBIOGET_FSCREENINFO, &finfo]] {
printf["Error reading fixed info ...