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

front-End

  • matlab神经网络算法通信信号调制识别y

    %========================开始提取加噪信号的各类特征值================================ 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

    标签: matlab 神经网络算法 通信信号 调制识别

    上传时间: 2020-04-07

    上传用户:如拷贝般复制

  • 队列函数queue

    参照栈类模板的例子编写一个队列类模板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

  • VHDL4选1数据选择器

    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);

    标签: VHDL 数据选择器

    上传时间: 2020-05-15

    上传用户:cdga

  • 4G LTELTE-Advanced

    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

  • Adaptive Array Systems Fundamentals

    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

  • Advances+in+Mobile+Radio+Access+Networks

    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

  • Channel+Coding+in+Communication+Networks

    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

  • Cognitive+Radio+Receiver+front-Ends

    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

  • Continuous-Time+Digital+front-Ends

    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

  • EDGE+for+Mobile+Internet

    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.

    标签: Mobile EDGE

    上传时间: 2020-05-27

    上传用户:shancjb