[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-128089-en":3,"doc-seo-128089-105":31,"detail-sidebar-cat-0-en-105":92},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":21,"is_downloadable":21,"audit_status":21,"page_count":22,"language":23,"language_code":24,"site_id":25,"html_lang":24,"table_of_contents":26,"faqs":27,"seo_title":28,"seo_description":14,"update_tm":29,"read_time":30},128089,687207022233,"Riley","https://ap-avatar.wpscdn.com/davatar_155a257f0dc6eb9ab79c44ca47cae57d",8,"Research & Report","Machine Learning Assisted Design of mmWave Wireless Transceiver Circuits - Thesis - Master of Science","This thesis presents machine learning–assisted design methodologies for mmWave wireless transceiver circuits, targeting both transmitter and receiver architectures operating around 28 GHz. It reviews supervised learning and reinforcement learning approaches for circuit synthesis, then details the design, performance specification analysis, and Ocean script–based implementation for a 28-GHz transmitter and receiver. The work further develops a transceiver-circuit design workflow driven by dataset construction, model training, and evaluation, culminating in conclusions and future directions.","arXiv :2407 .07458v1 [ ee ss . SY] 10 Jul 2024  \nUNIVERSITY OF CALIFORNIA,  \nIRVINE  \nMachine Learning Assisted Design of mmWave Wireless Transceiver Circuits  \nTHESIS  \nsubmitted in partial satisfaction of the requirements  \nfor the degree of  \nMASTER OF SCIENCE  \nin Electrical and Computer Engineering  \nby  \nXuzhe Zhao  \nThesis Committee:  \nAssistant Professor Hamidreza Aghasi, Chair Assistant Professor Rahim Esfandyar-Pour Assistant Professor Yanning Shen  \n© 2024 Xuzhe Zhao  \nDEDICATION  \nTo my parents and my friends, for their unwavering support and encouragement.  \nTABLE OF CONTENTS  \nPage  \nLIST OF FIGURES v  \nLIST OF TABLES vi  \nACKNOWLEDGMENTS vii  \nABSTRACT OF THE THESIS viii  \n1 Introduction 1  \n1.1 Background .................................... 1  \n1.2 Motivation ..................................... 3  \n1.3 Organization of This Thesis ........................... 4  \n2 Literature Review 5  \n2.1 Supervised Learning ............................... 8  \n2.2 Reinforcement Learning ............................. 9  \n2.3 Combination of NN and Optimization Algorithms ............... 11  \n3 A 28-GHz Transmitter Design 13  \n3.1 Transmitter Architecture ............................. 14  \n3.2 Performance Specifications Analysis ....................... 15  \n3.2.1 Individual Performance .......................... 15  \n3.2.2 System Performance ........................... 18  \n3.3 Ocean Scripts Implementation .......................... 18  \n4 A 28-GHz Receiver Design 21  \n4.1 Receiver Architecture ............................... 22  \n4.2 Performance Specifications Analysis ....................... 24  \n4.2.1 Individual Performance .......................... 24  \n4.2.2 System Performance ........................... 27  \n4.3 Ocean Scripts Implementation .......................... 28  \n5 Machine Learning Based Transceiver Circuits Design 31  \n5.1 Problem Statement ................................ 32  \n5.2 Data Collection .................................. 32  \n5.3 Model Evaluation ................................. 33  \n6 Conclusion and Future Works 36  \n6.1 Conclusion ..................................... 36  \n6.2 Future Works ................................... 37  \nBibliography 38  \nLIST OF FIGURES  \nPage  \n2.1 Classification for prior automating techniques for circuit synthesis....... 6  \n2.2 Machine learning techniques for analog circuit design reviewed in this thesis. 7  \n2.3 General learning loop for RL [46] ......................... 9  \n2.4 Design flow for RL used in analog circuit design [29] .............. 10  \n2.5 An example of leveraging the knowledge from (a) simpler circuits to (b) more complex one [51] .................................. 12  \n3.1 A 28GHz direct conversion transmitter architecture involving VCO and PA. 14  \n3.2 LC cross-coupled VCO schematic......................... 15  \n3.3 VCO implementation with buffer using NCSU 45nm PDK in Cadence Virtuoso 15  \n3.4 Two-stage differential cascode PA schematic................... 16  \n3.5 PA implementation using NCSU 45nm PDK in Cadence Virtuoso ...... 16  \n3.6 Schematic of target system on transmitter side in Cadence Virtuoso...... 19  \n4.1 A 28GHz heterodyne architecture comprising LNA, mixer and cascode amplifier. 23  \n4.2 Cascode LNA schematic with an inductive degeneration............ 23  \n4.3 LNA implementation with differential configuration using NCSU 45nm PDKin Cadence Virtuoso ............................... 23  \n4.4 Double-balanced Gilbert cell mixer schematic.................. 24  \n4.5 Mixer implementation using NCSU 45nm PDK in Cadence Virtuoso .... 24  \n4.6 Differential cascode amplifier schematic..................... 25  \n4.7 Cascode Amplifier implementation using NCSU 45nm PDK in Cadence Virtuoso 25  \n4.8 Schematic of target system on receiver side in Cadence Virtuoso........ 29  \n5.1 Procedure for creating datasets for 28GHz transceiver circuits ........ 33  \n5.2 An end-to-end model training and evaluation pipeline............. 35  \nLIST OF TABLES  \nPage","cbCaiaxX0gSWMLr6","https://ap.wps.com/l/cbCaiaxX0gSWMLr6","pdf",1257958,4,1,52,"English","en",105,"# 1 Introduction\n## 1.1 Background\n## 1.2 Motivation\n## 1.3 Organization of This Thesis\n# 2 Literature Review\n## 2.1 Supervised Learning\n## 2.2 Reinforcement Learning\n## 2.3 Combination of NN and Optimization Algorithms\n# 3 A 28-GHz Transmitter Design\n## 3.1 Transmitter Architecture\n## 3.2 Performance Specifications Analysis\n## 3.3 Ocean Scripts Implementation\n# 4 A 28-GHz Receiver Design\n## 4.1 Receiver Architecture\n## 4.2 Performance Specifications Analysis\n## 4.3 Ocean Scripts Implementation\n# 5 Machine Learning Based Transceiver Circuits Design\n## 5.1 Problem Statement\n## 5.2 Data Collection\n## 5.3 Model Evaluation\n# 6 Conclusion and Future Works\n## 6.1 Conclusion\n## 6.2 Future Works","[{\"question\":\"What problem does the thesis address in mmWave transceiver circuit design?\",\"answer\":\"It addresses how to use machine learning to assist the design of mmWave wireless transceiver circuits, with emphasis on transmitter and receiver architectures around 28 GHz.\"},{\"question\":\"What learning paradigms are reviewed and how do they relate to circuit synthesis?\",\"answer\":\"The literature review covers supervised learning, reinforcement learning, and combinations of neural networks with optimization algorithms, positioning them for automated analog circuit synthesis.\"},{\"question\":\"How are the transmitter and receiver designs implemented and evaluated?\",\"answer\":\"The thesis specifies transmitter and receiver architectures, analyzes individual and system-level performance, and uses Ocean scripts for implementation and analysis, then evaluates machine-learning-driven design models using collected data and an end-to-end training pipeline.\"}]","Machine Learning Assisted Design of mmWave Wireless Transceiver Circuits - Thesis - Master of Science | PDF",1785944738,131,{"code":4,"msg":32,"data":33},"ok",{"site_id":25,"language":24,"slug":34,"title":13,"keywords":35,"description":14,"schema_data":36,"social_meta":87,"head_meta":89,"extra_data":91,"updated_unix":29},"machine-learning-assisted-design-of-mmwave-wireless-transceiver-circuits-thesis-master-of-science","",{"@graph":37,"@context":86},[38,54,69],{"@type":39,"itemListElement":40},"BreadcrumbList",[41,45,49,52],{"item":42,"name":43,"@type":44,"position":21},"https://docshare.wps.com","Home","ListItem",{"item":46,"name":47,"@type":44,"position":48},"https://docshare.wps.com/document/","Document",2,{"item":50,"name":12,"@type":44,"position":51},"https://docshare.wps.com/document/research-report/",3,{"item":53,"name":13,"@type":44,"position":20},"https://docshare.wps.com/document/machine-learning-assisted-design-of-mmwave-wireless-transceiver-circuits-thesis-master-of-science/128089/",{"url":53,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":24,"description":14,"dateModified":62,"datePublished":63,"encodingFormat":61,"isAccessibleForFree":64,"interactionStatistic":65},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":42,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-27","2026-08-05",true,{"@type":66,"interactionType":67,"userInteractionCount":20},"InteractionCounter",{"@type":68},"ViewAction",{"@type":70,"mainEntity":71},"FAQPage",[72,78,82],{"name":73,"@type":74,"acceptedAnswer":75},"What problem does the thesis address in mmWave transceiver circuit design?","Question",{"text":76,"@type":77},"It addresses how to use machine learning to assist the design of mmWave wireless transceiver circuits, with emphasis on transmitter and receiver architectures around 28 GHz.","Answer",{"name":79,"@type":74,"acceptedAnswer":80},"What learning paradigms are reviewed and how do they relate to circuit synthesis?",{"text":81,"@type":77},"The literature review covers supervised learning, reinforcement learning, and combinations of neural networks with optimization algorithms, positioning them for automated analog circuit synthesis.",{"name":83,"@type":74,"acceptedAnswer":84},"How are the transmitter and receiver designs implemented and evaluated?",{"text":85,"@type":77},"The thesis specifies transmitter and receiver architectures, analyzes individual and system-level performance, and uses Ocean scripts for implementation and analysis, then evaluates machine-learning-driven design models using collected data and an end-to-end training pipeline.","https://schema.org",{"og:url":53,"og:type":88,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":90,"canonical":53},"index,follow",{"doc_id":7,"site_id":25},{"code":4,"msg":5,"data":93},[94,98,102,106,111,116,121,124,129,132,136],{"id":21,"doc_module":4,"doc_module_name":47,"category_name":95,"show_sort_weight":96,"slug":97},"Story & Novel",90,"story-novel",{"id":48,"doc_module":4,"doc_module_name":47,"category_name":99,"show_sort_weight":100,"slug":101},"Literature",80,"literature",{"id":20,"doc_module":4,"doc_module_name":47,"category_name":103,"show_sort_weight":104,"slug":105},"Exam",70,"exam",{"id":107,"doc_module":4,"doc_module_name":47,"category_name":108,"show_sort_weight":109,"slug":110},5,"Comic",60,"comic",{"id":112,"doc_module":4,"doc_module_name":47,"category_name":113,"show_sort_weight":114,"slug":115},6,"Technology",50,"technology",{"id":117,"doc_module":4,"doc_module_name":47,"category_name":118,"show_sort_weight":119,"slug":120},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":47,"category_name":12,"show_sort_weight":122,"slug":123},30,"research-report",{"id":125,"doc_module":4,"doc_module_name":47,"category_name":126,"show_sort_weight":127,"slug":128},9,"Religion & Spirituality",20,"religion-spirituality",{"id":127,"doc_module":4,"doc_module_name":47,"category_name":130,"show_sort_weight":127,"slug":131},"World Cup","world-cup",{"id":133,"doc_module":4,"doc_module_name":47,"category_name":134,"show_sort_weight":133,"slug":135},10,"Lifestyle","lifestyle",{"id":137,"doc_module":4,"doc_module_name":47,"category_name":138,"show_sort_weight":107,"slug":139},19,"General","general"]