In this letter, the error performance of an ultra-wideband (UWB) system with a hybrid pulse amplitude and Position modulation (PAPM) scheme over indoor lognormal fading channels is analyzed. In the PAPM UWB system, input data is modulated onto both the pulse amplitudes and pulse Positions.
標簽: ultra-wideband performance amplitud letter
上傳時間: 2014-01-08
上傳用戶:yulg
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its Position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.
標簽: dimensions arbitrary function reverse
上傳時間: 2016-04-16
上傳用戶:waitingfy
HZK16文件是按照GB 2312-80標準,也就是通常所說的國標碼或區位碼的標準排列的。國標碼分為 94 個區(Section),每個區 94 個位(Position),所以也稱為區位碼。其中01~09 區為符號、數字區,16~87 區為漢字區。而 10~15 區、88~94 區是空白區域。 如何取得漢字的區位碼呢?在計算機處理漢字和ASCII字符時,使每個ASCII字符占用1個字節,而一個漢字占用兩個字節,其值稱為漢字的內碼。其中第一個字節的值為區號加上32(20H),第二個字節的值為位號加上32(20H)。為了與ASCII字符區別開,表示漢字的兩個字節的最高位都是1,也就是兩個字節的值都又加上了128(80H)。這樣,通過漢字的內碼,就可以計算出漢字的區位碼。
上傳時間: 2014-01-21
上傳用戶:黃華強
這篇英文論文主要介紹了基于TI公司TMS320C24x的直流無刷電機控制。A complete solution proposal is presented below: control structures, power hardware topology, shaft Position sensors, control hardware and remarks on energy conversion efficiency can be found in this document.
標簽: presented complete solution proposal
上傳時間: 2013-12-24
上傳用戶:極客
The PMSM FOC is made of several C modules, compatible with the free-of-charge IAR EWARM KickStart edition toolchain version 4.42. It is used to quickly evaluate both the MCU and the available tools. In addition, when used together with the STM32F103xx motor control starter kit (STM3210B-MCKIT) and PM motor, a motor can be made to run in a very short time. It also eliminates the need for time-consuming development of FOC and speed regulation algorithms by providing ready-to-use functions that let the user concentrate on the application layer. Moreover, it is possible to get rid of any speed sensor thanks to the sensorless algorithm for rotor Position reconstruction.
標簽: free-of-charge compatible KickStart modules
上傳時間: 2014-01-09
上傳用戶:498732662
This file contains a test program for showing how to use the joystick and the LCD display. The display will show the joystick Position. Joystick.c
標簽: the contains joystick display
上傳時間: 2016-07-01
上傳用戶:fxf126@126.com
非常好的優化算法的書,詳細介紹了蟻群算法和粒子群算法以及相關的matlab工具箱,講了理論和應用給出了工具箱的下載地址。 Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a Position and a velocity. These particles wander around the hyperspace and remember the best Position that they have discovered. They communicate good Positions to each other and adjust their own Position and velocity based on these good Positions.
標簽: 優化算法
上傳時間: 2014-01-26
上傳用戶:zgu489
獨立flash播放器!This the developer’s wiki for Gnash and related projects. Content on these pages may not represent the official Position of the Gnash team. You must register and be given access by the administrator to be able to write to the wiki registration is free, it’s friendly, and it stops spammers.
標簽: developer projects Content related
上傳時間: 2016-08-21
上傳用戶:hebmuljb
This paper provides a rigorous comprehensive approach to the design of the principal software algorithmsutilized inmodern-day strapdown inertial navigationsystems: integration of angular rate into attitude, acceleration transformation/integration into velocity, and integration of velocity into Position.
標簽: comprehensive principal the approach
上傳時間: 2016-10-18
上傳用戶:蠢蠢66
This diskette (version 1.0) contains demonstration programs and source codes in MATLAB (v.5.2) for algorithms listed in the textbook Global Positioning Systems, Inertial Navigation, and Integration, by M. S. Grewal, Lawrence Weill, and A. P. Andrews, published by John Wiley and Sons, 2000. Contents: MATLAB (Version 5.2) Demonstrations & Scripts Chapter4 ephemeris.m calculates the GPS satellite Position in ECEF coordinates from its ephemeris parameters. Chapter5 Klobuchar_fix.m calculates the ionospheric delay. Chapter6 (shows the quaternion utilities)
標簽: demonstration diskette contains programs
上傳時間: 2016-10-20
上傳用戶:壞天使kk