资源描述:
《伪随机码发生器设计的控制》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、湖南工业大学本科毕业设计(论文)34湖南工业大学本科毕业设计(论文)摘要伪随机码又称伪随机序列,是一种可以预先确定并可以重复地产生和复制,又具有随机统计特性的二进制码序列。在现代工程实践中,伪随机信号在移动通信、导航、雷达和保密通信、通信系统性能的测量等领域中有着广泛的应用。例如,在连续波雷达中可用作测距信号,在遥控系统中可用作遥控信号,在多址通信中可用作地址信号,在数字通信中可用作群同步信号,还可用作噪声源以及在保密通信中的加密作用等,伪随机发生器在测距、通信等领域的应用日益受到人们重视。本文提出了一种产生m序列的方法,并针对这种方法设计了一个系统。该
2、系统包括PC机,控制器和片外围电路CPLD,本文主要是针对控制器部分的设计。首先分析m序列的基本原理、结构、性质及产生方法,然后提出了整体设计思路,以单片机芯片AT89C2051作为控制器,利用MAX232实现与上位机的异步串行通信,并传送阶数信号给CPLD。CPLD通过原理图产生所需的m序列。接着利用PROTEL99SE软件完成硬件部分的设计,包括单片机最小系统,单片机与上位机的连接,单片机与CPLD的连接。最后是采用汇编程序语言完成软件部分的设计,包括单片机与上位机的通信,单片机对CPLD的控制。关键词:伪随机序列;m序列;单片机;PC机,CPLD3
3、4湖南工业大学本科毕业设计(论文)ABSTRACTPseudorandomcodeisalsocalledpseudorandomsequence,whichcanbedeterminedinadvanceandcanberepeatedlyproducedandreproduced,andhavearandomstatisticalpropertiesofthebinarycodesequence.Inmodernengineeringpractice,pseudorandomsignalinmobilecommunication,navigation
4、,radarandcommunication,communicationsystemperformancemeasurementarewidelyusedinthefieldof.Forexample,continuouswaveradarcanbeusedasarangingsignal,theremotecontrolsystemcanbeusedasaremotecontrolsignal,amultipleaccesscommunicationcanbeusedasanaddresssignal,digitalcommunicationscanb
5、eusedasagroupsynchronizationsignalandcanalsobeusedasasourceofnoiseandinsecretcommunicationencryptionfunction.pseudorandomnumbergeneratorinlocation,communicationetc.fieldapplicationisincreasinglypaidattentionto.Thispaperpresentsamsequencegenerationmethod,andthewaytothedesignofasys
6、tem.ThesystemincludesthePCmachine,controllerandperipheralcircuitofCPLD,thispaperisaimedatthecontrolpartofthedesign.Thefirstanalysisofthemsequenceofbasicprinciples,structure,propertiesandproductionmethod,andthenputforwardtheoveralldesignideas,tothesinglechipAT89C2051asthecontrolle
7、r,usingMAX232toachievecomputerasynchronousserialcommunication,andtransmitsthesignaltotheCPLDordernumber.ThroughtheCPLDdiagramtoproducedesiredmsequences.ThenusethePROTEL99SEsoftwaretocompletethehardwaredesign,includingthesmallestsingle-chipsystem,MCUandPCconnection,singlechipcompu
8、terandCPLDconnection.Thelastistheuseofas