%========================開始提取加噪信號的各類特征值================================ for n=1:1:50; m=n*Ns; x=(n-1)*Ns; for i=x+1:m; %提取加噪信號'signal_with_noise=y+noise'的前256個元素,抽取50次 y0(i)=signal_with_noise(i); end Y=fft(y0); %對調制信號進行快速傅里葉算法(離散) y1=hilbert(y0) ; %調制信號實部的解析式 factor=0; %開始求零中心歸一化瞬時幅度譜密度的最大值gamma_max for i=x+1:m; factor=factor+y0(i); end ms=factor/(m-x); an_i=y0./ms; acn_i=an_i-1; end gamma_max=max(fft(acn_i.*acn_i))/Ns
上傳時間: 2020-04-07
上傳用戶:如拷貝般復制
參照棧類模板的例子編寫一個隊列類模板class <T> Queue,私有成員包括:隊首指針Front,隊尾指針Tail,隊列容積max。實現:構造函數Queue,復制構造函數Queue,析構函數~Queue,入隊函數In,出隊函數Out(每次出隊,后面的元素自動前移一位),判隊列空函數Empty。并分別用隊列類模板定義int和double對象,通過實例調用各個成員函數。
標簽: Queue 函數 double class Front Empty 隊列 Tail 模板 Out
上傳時間: 2020-05-04
上傳用戶:1qw2e3r4t5y6u7i8
VHDL編寫的4選一數據選擇器 entity mux41a is port(a,b:in std_logic; s1,s2,s3,s4:in std_logic; y: out std_logic); end entity mux41a; architecture one of mux41a is signal ab:std_logic_vector(1 downto 0);
上傳時間: 2020-05-15
上傳用戶:cdga
Duringthe past years, there has been a quickly rising interest in radio access technologies for providing mobile as well as nomadic and fixed services for voice, video, and data. This proves that the difference in design, implementation, and use between telecom and datacom technologies is also becoming more blurred. What used to be a mobile phone used for voice communication is today increasingly becoming the main data communication device for end-users, providing web browsing, social networking, and many other services.
標簽: LTELTE-Advanced 4G
上傳時間: 2020-05-26
上傳用戶:shancjb
Firstly, this book is set at a level suitable for senior undergraduate and postgraduate students who wish to understand the fundamentals and applications of adaptive array antenna systems. Array fundamentals are described in the text, and examples which demonstrate theoretical concepts are included throughout the book, as well as summaries and questions at the end of each chapter.
標簽: Applications Fundamentals Adaptive Systems Array and
上傳時間: 2020-05-26
上傳用戶:shancjb
This book gives a comprehensive overview of the technologies for the advances of mobile radio access networks. The topics covered include linear transmitters, superconducting filters and cryogenic radio frequency (RF) front head, radio over fiber, software radio base stations, mobile terminal positioning, high speed downlink packet access (HSDPA), multiple antenna systems such as smart antennas and multiple input and multiple output (MIMO) systems, orthogonal frequency division multiplexing (OFDM) systems, IP-based radio access networks (RAN), autonomic networks, and ubiquitous networks.
標簽: Advances Networks Access Mobile Radio in
上傳時間: 2020-05-26
上傳用戶:shancjb
The very title of this book is borrowed from the information theory vocabulary, and, quite naturally, it is an outline of this theory that will serve as an introduction. The subject of information theory is the scientific study of communications. To this end it defines a quantitative measurement of the communicated content, i.e. informa- tion, and deals with two operations essential for communication techniques: source coding and channel encoding.
標簽: Communication Networks Channel Coding in
上傳時間: 2020-05-26
上傳用戶:shancjb
Wireless technology has been evolving at a breakneck speed. The total number of cell-phones in use (as of 2011) was over 6 billion for a 7 billion world population [1] constituting 87% of the world population. Additionally, with user convenience be- coming paramount, more and more functions are being implemented wirelessly.
標簽: front-ends Cognitive Receiver Radio
上傳時間: 2020-05-26
上傳用戶:shancjb
The book you’re holding, physically or electronically, is the result of a very interesting, challenging but also rewarding research project. The research was carried out in different contexts and cooperations but it was centered around the following question: how can we make the RF transmitters of our modern com- munication systems (WiFi, GSM, LTE, and so on) more flexible and more efficient at the same time.
標簽: Continuous-Time front-ends Digital
上傳時間: 2020-05-27
上傳用戶:shancjb
The General Packet Radio Service (GPRS) allows an end user to send and receive data in packet transfer mode within a public land mobile network (PLMN) without using a permanent connection between the mobile station (MS) and the external network during data transfer. This way, GPRS opti- mizes the use of network and radio resources (RRs) since, unlike circuit- switched mode, no connection between the MS and the external network is established when there is no data flow in progress. Thus, this RR optimiza- tion makes it possible for the operator to offer more attractive fees.
上傳時間: 2020-05-27
上傳用戶:shancjb