-
GDBSCAN
research paper on bdscan
- 2013-01-31 02:40:54下载
- 积分:1
-
STK
针对STK(Satellite Tool Kit)软件在军事任务可视化仿真领域中的广泛应用,为充分挖掘
其显示潜能,重点解决了影响其三维场景构建的瓶颈问题,即三维场景数据格式的转换和数据的获取
优化。在分析构建STK 三维场景所需要素及其作用的基础上,分别对地形、地表纹理、三维模型和GIS
等四类数据格式进行分析,并利用多种辅助软件,系统地提出了由较通用格式数据向STK 所支持格式
数据的转换方法,以及在对各类原始数据的获取和转换过程中出现的问题进行处理的优化方法。最后通过实例验证表明该数据格式转换方法和数据优化方法行之有效,三维场景显示效果逼真。(STK (Satellite Tool Kit) software widely used in the field of military tasks, visual simulation, to fully tap its display potential, focus on resolving the bottlenecks that affect the construction of the three-dimensional scene, 3D scene data format conversion and data Get optimization. On the basis of the required elements and their role in the analysis of building STK three-dimensional scene analysis, respectively, of the four types of terrain, surface texture, three-dimensional model and GIS data format and use a variety of assistive software, the system proposed by the more common format The data support the format of the data to STK conversion method, as well as access to various types of raw data and conversion process issues deal with the optimization method. Finally, an example to show that the data format conversion method and data optimization method is effective, realistic three-dimensional scene display.)
- 2012-10-30 10:59:12下载
- 积分:1
-
optimized_datacenter_cloud
说明: Towards an optimized abstracted topology design in cloud environment
- 2019-01-19 09:08:26下载
- 积分:1
-
c++典型工控应用编程实例
全面、系统地介绍了工业控制典型应用系统。供自动化、计算机应用等专业学生参考(Typical application systems of industrial control are introduced comprehensively and systematically. For the reference of students majoring in automation and computer application)
- 2019-05-27 10:24:07下载
- 积分:1
-
Gear-method
了解吉尔法解常微分方程组的数学方法,并熟悉它在实际中的应用。(Jill law understanding of ordinary differential equations solution of the mathematical methods, and are familiar with it in practical applications.)
- 2021-03-08 11:29:28下载
- 积分:1
-
SMPTE_AFD_s2016-1-2007
SMPTE Standard AFD Description
- 2009-06-19 21:42:34下载
- 积分:1
-
JTXHFANGZHEN
本文在分析城市交通信号控制研究现状和交叉口交通信号控制原理、评价方
法的基础上,设计了单交叉口交通信号两级模糊控制系统。分级模糊控制能有效
减少模糊规则数,易于提取模糊规则,适合于交通状况复杂的城市交叉口交通信
号控制。但它存在难以由人工合理定义全部模糊隶属度函数的问题。为此本文进
一步采用遗传算法对两级模糊控制器中模糊隶属度函数进行优化。本文提出的方
法具有分级模糊控制的优点,同时可以使模糊隶属度的选取更为合理,获得更好
的控制效果。对一个四相位单交叉口,利用MATLAB在不同的交通条件下进行
了仿真,并利用交通仿真软件PARAMICS进行了可视化仿真。仿真结果表明该
方法能有效降低通行车辆在交叉口的平均等待时间,明显优于传统控制方法(After analyzing the city-traffic developments,the grade crossings control theory
its method of evaluation,the paper designs a traffic signal two-stage fuzzy control
tem for single intersection.Two-stage fuzzy controller,which is easy to acquire
zy rules and can greatly decrease the number of fuzzy rules,is very suitable to
plex urban intersection control.But it still presents a difficulty for deciding all the
bership functions correctly only by human experience.Therefor,to solve this
blem,a technique using genetic algorithm to modify its fuzzy membership
ctions is proposed.This method not only possesses the advantages of hierarchical
zy control,but also can change its membership functions adaptively to an optimal
ing in different traffic situations as well,and in this way the currency power of the
an intersection is improved.For a single urban intersection with four-phase,
ulation of different traffic condition is processed by using MATLAB.Moreover,
ble simulation is proce)
- 2009-12-07 22:30:53下载
- 积分:1
-
4kWbianxieshizhinengxudianchi
说明: 4kw便携式蓄电池的研究,对便携式的开发具有很好的指导意义,欢迎下载交流。(4kw portable battery research on the development of portable has a good guide, welcome to download the exchange.)
- 2010-03-31 20:22:25下载
- 积分:1
-
MasterCorbain14days
CORBA Learn by yourself in 14 days
CORBA(通用对象请求代理体系结构)是在当今快速发展的软件与硬件资源的情况下发展出的一种新技术。它可以让分布的应用程序完成通信, CORBA 2.0标准才真正实现了不同生产厂商间的互操作性。 (The CORBA Learn by yourself in 14 days CORBA (Common Object Request Broker Architecture) is a new technology developed in the case of today' s rapid development of software and hardware resources. It allows the distribution of the completion of the application communication CORBA 2.0 standard really achieve interoperability between different manufacturers.)
- 2012-10-29 06:00:18下载
- 积分:1
-
biyesejitognxinxitong
中文摘要
正交频分复用( OFDM , Orthogonal Frequency Division
Multiplexing)是当前一种非常热门的通信技术。它即可以被看作是一种
调制技术,也可以被看作是一种复用技术。由于它具有抗多径衰落和频谱
利用率高的特点,因此被广泛应用于高速数字通信领域,比如应用于IEEE
802.11a无线局域网(WLAN)的物理层等等。
我的毕业设计的核心任务是:采用 FPGA 来实现一个基于OFDM 技术
的通信系统中的基带数据处理部分,即调制解调器。其中发射部分的调制
器包括:信道编码(Reed-Solomon 编码),交织,星座映射,FFT和插
入循环前缀等模块。我另外制作了相应的解调器,可以实现上述功能的逆
变换。
另外,我还对OFDM技术, IEEE 802.11a的标准文献,基于Simulink
的 OFDM 模型和仿真,ALTERA 公司的技术和 IP Core 的使用等方面进
行了研究。这些在文章中都有体现。
(Abstract
Orthogonal frequency division multiplexing (OFDM, Orthogonal the Frequency Division,
Multiplexing) is a very popular communication technology. It can be seen as a
Modulation technique can also be seen as a multiplexing technique. Because of its resistance to multipath fading and spectrum
High utilization characteristics, and is widely used in high-speed digital communications, such as used in IEEE
802.11a wireless LAN (WLAN) physical layer.
The core mission of my graduation project: FPGA to implement a technology based on OFDM
Communication systems in baseband data processing part, ie the modem. These emission part of the modulation
Includes: channel coding (Reed-Solomon coding), interleaving, constellation mapping, FFT and interpolation
Into the cyclic prefix modules. I also produced a corresponding demodulator can achieve the inverse of the above functions
Transformation.
In addition, OFDM technology, the IEEE 802.11a standard literature, based on Simulink
)
- 2012-05-20 21:58:18下载
- 积分:1