articles+ search results
2,447 articles+ results
1 - 20
Next
Number of results to display per page
1. An Open Source Power System Simulator in Python for Efficient Prototyping of WAMPAC Applications [2021]
-
Haugdal, Hallvar and Uhlen, Kjetil
- Subjects
-
Electrical Engineering and Systems Science - Systems and Control
- Abstract
-
An open source software package for performing dynamic RMS simulation of small to medium-sized power systems is presented, written entirely in the Python programming language. The main objective is to facilitate fast prototyping of new wide area monitoring, control and protection applications for the future power system by enabling seamless integration with other tools available for Python in the open source community, e.g. for signal processing, artificial intelligence, communication protocols etc. The focus is thus transparency and expandability rather than computational efficiency and performance. The main purpose of this paper, besides presenting the code and some results, is to share interesting experiences with the power system community, and thus stimulate wider use and further development. Two interesting conclusions at the current stage of development are as follows: First, the simulation code is fast enough to emulate real-time simulation for small and medium-size grids with a time step of 5 ms, and allows for interactive feedback from the user during the simulation. Second, the simulation code can be uploaded to an online Python interpreter, edited, run and shared with anyone with a compatible internet browser. Based on this, we believe that the presented simulation code could be a valuable tool, both for researchers in early stages of prototyping real-time applications, and in the educational setting, for students developing intuition for concepts and phenomena through real-time interaction with a running power system model.
Comment: This work has been submitted to the IEEE for possible publication
- Full text View this record from Arxiv
-
Pardo, Fabio
- Subjects
-
Computer Science - Machine Learning
- Abstract
-
Deep reinforcement learning has been one of the fastest growing fields of machine learning over the past years and numerous libraries have been open sourced to support research. However, most codebases have a steep learning curve or limited flexibility that do not satisfy a need for fast prototyping in fundamental research. This paper introduces Tonic, a Python library allowing researchers to quickly implement new ideas and measure their importance by providing: 1) a collection of configurable modules such as exploration strategies, replays, neural networks, and updaters 2) a collection of baseline agents: A2C, TRPO, PPO, MPO, DDPG, D4PG, TD3 and SAC built with these modules 3) support for the two most popular deep learning frameworks: TensorFlow 2 and PyTorch 4) support for the three most popular sets of continuous-control environments: OpenAI Gym, DeepMind Control Suite and PyBullet 5) a large-scale benchmark of the baseline agents on 70 continuous-control tasks 6) scripts to experiment in a reproducible way, plot results, and play with trained agents.
Comment: NeurIPS 2020 Deep RL Workshop, code: https://github.com/fabiopardo/tonic
- Full text View this record from Arxiv
-
Geronikolakis, Efstratios and Papagiannakis, George
- Subjects
-
Computer Science - Graphics, Computer Science - Human-Computer Interaction, 68U99, D.2.2, and D.2.12
- Abstract
-
Applications of the Extended Reality (XR) spectrum, a superset of Mixed, Augmented and Virtual Reality, are gaining prominence and can be employed in a variety of areas, such as virtual museums. Examples can be found in the areas of education, cultural heritage, health/treatment, entertainment, marketing, and more. The majority of computer graphics applications nowadays are used to operate only in one of the above realities. The lack of applications across the XR spectrum is a real shortcoming. There are many advantages resulting from this problem's solution. Firstly, releasing an application across the XR spectrum could contribute in discovering its most suitable reality. Moreover, an application could be more immersive within a particular reality, depending on its context. Furthermore, its availability increases to a broader range of users. For instance, if an application is released both in Virtual and Augmented Reality, it is accessible to users that may lack the possession of a VR headset, but not of a mobile AR device. The question that arises at this point, would be "Is it possible for a full s/w application stack to be converted across XR without sacrificing UI/UX in a semi-automatic way?". It may be quite difficult, depending on the architecture and application implementation. Most companies nowadays support only one reality, due to their lack of UI/UX software architecture or resources to support the complete XR spectrum. In this work, we present an "automatic reality transition" in the context of virtual museum applications. We propose a development framework, which will automatically allow this XR transition. This framework transforms any XR project into different realities such as Augmented or Virtual. It also reduces the development time while increasing the XR availability of 3D applications, encouraging developers to release applications across the XR spectrum.
- Full text View this record from Arxiv
-
Jarvis-Holland, Quinn, Cortez, Crystal, Nathan, Gamill, and Botello, Francisco
- Subjects
-
Computer Science - Sound, Computer Science - Human-Computer Interaction, Electrical Engineering and Systems Science - Audio and Speech Processing, and H.5.5
- Abstract
-
Using open-source and creative coding frameworks, a teamof artist-engineers from Portland Community College work-ing with artists who experience Intellectual/Developmentaldisabilities prototyped an ensemble of adapted instrumentsand synthesizers that facilitate real-time in-key collabora-tion. The instruments employ a variety of sensors, send-ing the resulting musical controls to software sound gener-ators via MIDI. Careful consideration was given to the bal-ance between freedom of expression, and curating the pos-sible sonic outcomes as adaptation. Evaluation of adaptedinstrument design may differ greatly from frameworks forevaluating traditional instruments or products intended formass-market, though the results of such focused and indi-vidualised design have a variety of possible applications.
Comment: Proceedings of the International Conference on New Interfaces for Musical Expression, 2020
- Full text View this record from Arxiv
-
Mugabushaka, Alexis-Michel, Sadat, Jasmin, and Faria, Jorge Costa Dantas
- Subjects
-
Computer Science - Digital Libraries
- Abstract
-
A long-standing research question in bibliometrics is how one identifies publications, which represent major advances in their fields, making high impact in there and other areas. In this context, the term "Breakthrough" is often used and commonly used approaches rely on citation links between publications implicitly positing that peers who use or build upon previously published results collectively inform about their standing in terms of advancing the research frontiers. Here we argue that the "Breakthrough" concept is rooted in the Kuhnian model of scientific revolution which has been both conceptually and empirically challenged. A more fruitful approach is to consider various ways in which authoritative actors in scholarly communication system signal the importance of research results. We bring to discussions different "recognition channels" and pilot the creation of an open dataset of editorial highlights from regular lists of notable research advances. The dataset covers the last ten years and includes: the "discoveries of the year" from Science magazine and La Recherche and weekly editorial highlights from Nature ("research highlights") and Science ("editor's choice"). The final dataset includes 230 entries in the "discoveries of the years" (with over 720 references) and about 9,000 weekly highlights (with over 8,000 references).
- Full text View this record from Arxiv
-
Grigorescu, Sorin, Cocias, Tiberiu, Trasnea, Bogdan, Margheri, Andrea, Lombardi, Federico, and Aniello, Leonardo
- Subjects
-
Computer Science - Software Engineering, Computer Science - Artificial Intelligence, and Computer Science - Distributed, Parallel, and Cluster Computing
- Abstract
-
Self-driving cars and autonomous vehicles are revolutionizing the automotive sector, shaping the future of mobility altogether. Although the integration of novel technologies such as Artificial Intelligence (AI) and Cloud/Edge computing provides golden opportunities to improve autonomous driving applications, there is the need to modernize accordingly the whole prototyping and deployment cycle of AI components. This paper proposes a novel framework for developing so-called AI Inference Engines for autonomous driving applications based on deep learning modules, where training tasks are deployed elastically over both Cloud and Edge resources, with the purpose of reducing the required network bandwidth, as well as mitigating privacy issues. Based on our proposed data driven V-Model, we introduce a simple yet elegant solution for the AI components development cycle, where prototyping takes place in the cloud according to the Software-in-the-Loop (SiL) paradigm, while deployment and evaluation on the target ECUs (Electronic Control Units) is performed as Hardware-in-the-Loop (HiL) testing. The effectiveness of the proposed framework is demonstrated using two real-world use-cases of AI inference engines for autonomous vehicles, that is environment perception and most probable path prediction.
Comment: 21 pages Published in Sensors: https://www.mdpi.com/1424-8220/20/19/5450
- Full text View this record from Arxiv
-
Poley, Luise, Sawyer, Craig, Addepalli, Sagar, Affolder, Anthony, Allongue, Bruno, Allport, Phil, Anderssen, Eric, Anghinolfi, Francis, Arguin, Jean-François, Arling, Jan-Hendrik, Arnaez, Olivier, Asbah, Nedaa Alexandra, Ashby, Joe, Asimakopoulou, Eleni Myrto, Atlay, Naim Bora, Bartsch, Ludwig, Basso, Matthew J., Beacham, James, Beaupré, Scott L., Beck, Graham, Beichert, Carl, Bergsten, Laura, Bernabeu, Jose, Bhattarai, Prajita, Bloch, Ingo, Blue, Andrew, Bochenek, Michal, Botte, James, Boynton, Liam, Brenner, Richard, Brueers, Ben, Buchanan, Emma, Bullard, Brendon, Capocasa, Francesca, Carr, Isabel, Carra, Sonia, Chao, Chen Wen, Chen, Jiayi, Chen, Liejian, Chen, Yebo, Chen, Xin, Cindro, Vladimir, Ciocio, Alessandra, Civera, Jose V., Cormier, Kyle, Cornell, Ella, Crick, Ben, Dabrowski, Wladyslaw, Dam, Mogens, David, Claire, Demontigny, Gabriel, Dette, Karola, DeWitt, Joel, Diez, Sergio, Doherty, Fred, Dopke, Jens, Dressnandt, Nandor, Edwards, Sam, Fadeyev, Vitaliy, Farrington, Sinead, Fawcett, William, Fernandez-Tejero, Javier, Filmer, Emily, Fleta, Celeste, Gallop, Bruce, Galloway, Zachary, Argos, Carlos Garcia, Garg, Diksha, Gignac, Matthew, Gillberg, Dag, Giovinazzo, Dena, Glover, James, Goettlicher, Peter, Gonella, Laura, Gorišek, Andrej, Grant, Charles, Grant, Fiona, Gray, Calum, Greenall, Ashley, Gregor, Ingrid-Maria, Greig, Graham, Grillo, Alexander A., Gu, Shan, Guescini, Francesco, da Costa, Joao Barreiro Guimaraes, Gunnell, Jane, Gupta, Ruchi, Haber, Carl, Halgeri, Amogh, Hamersly, Derek, Haugen, Tom-Erik, Hauser, Marc, Heim, Sarah, Heim, Timon, Helling, Cole, Herde, Hannah, Hessey, Nigel P., Hommels, Bart, Hönig, Jan Cedric, Hunter, Amelia, Jackson, Paul, Jewkes, Keith, John, Jaya John, Johnson, Thomas Allan, Jones, Tim, Kachiguin, Serguei, Kang, Nathan, Kaplon, Jan, Kareem, Mohammad, Keener, Paul, Keller, John, Key-Charriere, Michelle, Kilani, Samer, Kisliuk, Dylan, Klein, Christoph Thomas, Koffas, Thomas, Kramberger, Gregor, Krizka, Karol, Kroll, Jiri, Kuehn, Susanne, Kurth, Matthew, Labitan, Charilou, Lacasta, Carlos, Lacker, Heiko, Leitao, Pedro Vicente, León, Pablo, Li, Boyang, Li, Chenyang, Li, Yiming, Li, Zhiying, Liang, Zhijun, Liberatore, Marianna, Lister, Alison, Liu, Kai, Liu, Peilian, Lohse, Thomas, Lönker, Jonas, Lou, Xinchou, Lu, Weiguo, Luce, Zachary, Lynn, David, MacFadyen, Ross, Mägdefessel, Sven, Mahboubi, Kambiz, Malik, Usha, Mandić, Igor, La Marra, Daniel, Martin, Jean-Pierre, Martinez-Mckinney, Forest, Mikestikova, Marcela, Mikuž, Marko, Mitra, Ankush, Mladina, Evan, Montalbano, Alyssa, Monzat, David, Morii, Masahiro, Mullier, Geoffrey, Neundorf, Jonas, Newcomer, Mitch, Ng, Yanwing, Nikolica, Adrian, Nikolopoulos, Konstantinos, Oechsle, Jan, Oliver, Jason, Orr, Robert S., Ottino, Gregory, Paillard, Christian, Pani, Priscilla, Paowell, Sam, Parzefall, Ulrich, Phillips, Peter W., Platero, Adrián, Platero, Vicente, Prahl, Volker, Pyatt, Simon, Ran, Kunlin, Reardon, Nikita, Rehnisch, Laura, Renardi, Alessia, Renzmann, Martin, Rifki, Othmane, Rodriguez, Arturo Rodriguez, Rosin, Guy, Rossi, Edoardo, Ruggeri, Tristan, Rühr, Frederik, Rymaszewski, Piotr, Sadrozinski, Hartmut F. -W., Sanethavong, Phathakone, Santpur, Sai Neha, Scharf, Christian, Schillaci, Zach, Schmitt, Stefan, Sharma, Abhishek, Sciolla, Gabriella, Seiden, Abraham, Shi, Xin, Simpson-Allsop, Cameron, Snoek, Hella, Snow, Steve, Solaz, Carles, Soldevila, Urmila, Sousa, Filipe, Sperlich, Dennis, Staats, Ezekiel, Stack, Tynan Louis, Stanitzki, Marcel, Starinsky, Nikolai, Steentoft, Jonas, Stegler, Martin, Stelzer, Bernd, Stucci, Stefania, Swientek, Krzysztof, Taylor, Geoffrey N., Taylor, Wendy, Teoh, Jia Jian, Teuscher, Richard, Thomas, Jürgen, Tigchelaar, Allen, Tran, Tony, Tricoli, Alessandro, Trischuk, Dominique Anderson, Unno, Yoshinobu, van Nieuwenhuizen, Gerrit, Ullán, Miguel, Vermeulen, Jos, Vickey, Trevor, Vidal, Guillem, Vreeswijk, Marcel, Warren, Matt, Weidberg, Tony, Wiehe, Moritz, Wiglesworth, Craig, Wiik-Fuchs, Liv, Williams, Scott, Wilson, John, Witharm, Rhonda, Wizemann, Felix, Wonsak, Sven, Worm, Steve, Wormald, Mike, Xella, Stefania, Yang, Yuzhen, Yarwick, Joseph, Yu, Tang-Fai, Zhang, Dengfeng, Zhang, Kaili, Zhou, Maosen, and Zhu, Hongbo
- published 3 September 2020, Journal of Instrumentation, Volume 15, September 2020
- Subjects
-
Physics - Instrumentation and Detectors and High Energy Physics - Experiment
- Abstract
-
For the Phase-II Upgrade of the ATLAS Detector, its Inner Detector, consisting of silicon pixel, silicon strip and transition radiation sub-detectors, will be replaced with an all new 100 % silicon tracker, composed of a pixel tracker at inner radii and a strip tracker at outer radii. The future ATLAS strip tracker will include 11,000 silicon sensor modules in the central region (barrel) and 7,000 modules in the forward region (end-caps), which are foreseen to be constructed over a period of 3.5 years. The construction of each module consists of a series of assembly and quality control steps, which were engineered to be identical for all production sites. In order to develop the tooling and procedures for assembly and testing of these modules, two series of major prototyping programs were conducted: an early program using readout chips designed using a 250 nm fabrication process (ABCN-25) and a subsequent program using a follow-up chip set made using 130 nm processing (ABC130 and HCC130 chips). This second generation of readout chips was used for an extensive prototyping program that produced around 100 barrel-type modules and contributed significantly to the development of the final module layout. This paper gives an overview of the components used in ABC130 barrel modules, their assembly procedure and findings resulting from their tests.
Comment: 82 pages, 66 figures
- Full text View this record from Arxiv
-
Horst, Oliver and Baumgarten, Uwe
- Subjects
-
Computer Science - Operating Systems
- Abstract
-
Typically, even low-level operating system concepts, such as resource sharing strategies and predictability measures, are evaluated with Linux on PC hardware. This leaves a large gap to real industrial applications. Hence, the direct transfer of the results might be difficult. As a solution, we present toki, a prototyping and evaluation platform based on FreeRTOS and several open-source libraries. toki comes with a unified build- and test-environment based on Yocto and Qemu, which makes it well suited for rapid prototyping. With its architecture chosen similar to production industrial systems, toki provides the ground work to implement early prototypes of real-time systems research results, up to technology readiness level 7, with little effort.
Comment: Appeared in proceedings of the Open Demo Session of Real-Time Systems (RTSS@Work) held in conjunction with the 40th IEEE Real-Time Systems Symposium (RTSS)
- Full text View this record from Arxiv
9. Prototyping of a 25 Gbps optical transmitter for applications in high-energy physics experiments [2020]
-
Chao, C. -P., Chen, S. -W., Gong, D., Hou, S., Huang, X., Li, C. -Y., Liu, C., Liu, T., Qi, M., Ye, J., Zhao, X., Zhang, L., and Zhou, W.
- Subjects
-
Physics - Instrumentation and Detectors and High Energy Physics - Experiment
- Abstract
-
Development of optical links with 850 nm multi-mode vertical-cavity surface-emitting lasers (VCSELs) has advanced to 25 Gbps in speed. For applications in high-energy experiments, the transceivers are required to be tolerant in radiation and particle fields. We report on prototyping of a miniature transmitter named MTx+, which is developed for high speed transmission with the dual-channel laser driver LOCld65 and 850 nm VCSELs packaged in TOSA format. The LOCld65 is fabricated in the TSMC 65 nm process and is packaged in the QFN-40 for assembly. The MTx+ modules and test kits were first made with PCB and components qualified for 10 Gbps applications, and were tested for achieving 14 Gbps. The data transfer rate of the MTx+ module is investigated further for the speed of up to 25 Gbps. The LOCld65 is examined with post-layout simulation and the module design upgraded with components including the TOSA qualified for 25 Gbps applications. The PCB material is replaced by the Panasonic MEGTRON6. The revised MTx+ is tested at 25 Gbps and the eye-diagram shows a mask margin of 22 %.
- Full text View this record from Arxiv
10. Prototyping of Open Source NB-IoT Network [2020]
-
Chen, Chieh-Chun, Cheng, Ray-Guang, Ho, Chung-Yin, Kanj, Matthieu, Mongazon-Cazavet, Bruno, and Nikaein, Navid
- Subjects
-
Computer Science - Networking and Internet Architecture
- Abstract
-
Narrowband Internet-of-Things (NB-IoT) is one of the major access technologies proposed to support massive machine type communications (mMTC) services for the 5th generation (5G) mobile networks. Many emerging services and networking paradigms are expected to be developed on top of NB-IoT networks. This paper summarizes the steps required to build up an open source narrowband Internet-of-Things (NB-IoT) network. This work is a joint research and development (R&D) result from industry and academic collaboration. The open source NB-IoT enhanced Node B (eNB) is jointly developed by B-COM and NTUST based on the well-known OpenAirInterfaceTM (OAI) open source Long-Term Evolution (LTE) eNB developed by EURECOM. The NB-IoT eNB is successfully connected to an evolved packet core (EPC) developed by Nokia Bell Lab. We demonstrate how to use commercial off-the-shelf (COTS) NB-IoT module to forward its sensing data to the Internet via the open source NB-IoT network.
- Full text View this record from Arxiv
-
Paneva, Viktorija, Bachynskyi, Myroslav, and Müller, Jörg
- Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems (2020)
- Subjects
-
Computer Science - Human-Computer Interaction
- Abstract
-
We present the Levitation Simulator, a system that enables researchers and designers to iteratively develop and prototype levitation interface ideas in Virtual Reality. This includes user tests and formal experiments. We derive a model of the movement of a levitating particle in such an interface. Based on this, we develop an interactive simulation of the levitation interface in VR, which exhibits the dynamical properties of the real interface. The results of a Fitts' Law pointing study show that the Levitation Simulator enables performance, comparable to the real prototype. We developed the first two interactive games, dedicated for levitation interfaces: LeviShooter and BeadBounce, in the Levitation Simulator, and then implemented them on the real interface. Our results indicate that participants experienced similar levels of user engagement when playing the games, in the two environments. We share our Levitation Simulator as Open Source, thereby democratizing levitation research, without the need for a levitation apparatus.
Comment: 12 pages, 14 figures, CHI'20
- Full text View this record from Arxiv
-
Behr, Nicolas, Heckel, Reiko, and Saadat, Maryam Ghaffari
- EPTCS 330, 2020, pp. 126-144
- Subjects
-
Computer Science - Logic in Computer Science
- Abstract
-
Graph transformation theory relies upon the composition of rules to express the effects of sequences of rules. In practice, graphs are often subject to constraints, ruling out many candidates for composed rules. Focusing on the case of sesqui-pushout (SqPO) semantics, we develop a number of alternative strategies for computing compositions, each theoretically and with an implementation via the Python API of the Z3 theorem prover. The strategies comprise a straightforward generate-and-test strategy based on forbidden graph patterns, a variant with a more implicit logical encoding of the negative constraints, and a modular strategy, where the patterns are decomposed as forbidden relation patterns. For a toy model of polymer formation in organic chemistry, we compare the performance of the three strategies in terms of execution times and memory consumption.
Comment: In Proceedings GCM 2020, arXiv:2012.01181
- Full text View this record from Arxiv
13. LiftTiles: Constructive Building Blocks for Prototyping Room-scale Shape-changing Interfaces [2020]
-
Suzuki, Ryo, Nakayama, Ryosuke, Liu, Dan, Kakehi, Yasuaki, Gross, Mark D., and Leithinger, Daniel
- Subjects
-
Computer Science - Human-Computer Interaction and Computer Science - Robotics
- Abstract
-
Large-scale shape-changing interfaces have great potential, but creating such systems requires substantial time, cost, space, and efforts, which hinders the research community to explore interactions beyond the scale of human hands. We introduce modular inflatable actuators as building blocks for prototyping room-scale shape-changing interfaces. Each actuator can change its height from 15cm to 150cm, actuated and controlled by air pressure. Each unit is low-cost (8 USD), lightweight (10 kg), compact (15 cm), and robust, making it well-suited for prototyping room-scale shape transformations. Moreover, our modular and reconfigurable design allows researchers and designers to quickly construct different geometries and to explore various applications. This paper contributes to the design and implementation of highly extendable inflatable actuators, and demonstrates a range of scenarios that can leverage this modular building block.
Comment: TEI 2020
- Full text View this record from Arxiv
14. Design fiction diegetic prototyping: a research framework for visualizing service innovations [2019]
-
Tracy Harwood, Tony Garry, and Russell Belk
- Journal of Services Marketing, 2019, Vol. 34, Issue 1, pp. 59-73.
- Full text View on content provider's site
-
Gupta, Arjun, Kosaka, Dashiell, Pan, Edwin, Tang, Jingning, Yao, Ruihao, and Patel, Sanjay
- Subjects
-
Electrical Engineering and Systems Science - Signal Processing, Computer Science - Multimedia, I.2.0, I.5.4, J.7, I.2.0, I.5.4, and J.7
- Abstract
-
Millimeter-Wave (mmWave) radar sensors are gaining popularity for their robust sensing and increasing imaging capabilities. However, current radar signal processing is hardware specific, which makes it impossible to build sensor agnostic solutions. OpenRadar serves as an interface to prototype, research, and benchmark solutions in a modular manner. This enables creating software processing stacks in a way that has not yet been extensively explored. In the wake of increased AI adoption, OpenRadar can accelerate the growth of the combined fields of radar and AI. The OpenRadar API was released on Oct 2, 2019 as an open-source package under the Apache 2.0 license. The codebase exists at https://github.com/presenseradar/openradar.
- Full text View this record from Arxiv
-
Dai, Linglong, Wang, Bichai, Wang, Min, Yang, Xue, Tan, Jingbo, Bi, Shuangkaisheng, Xu, Shenheng, Yang, Fan, Chen, Zhi, Di Renzo, Marco, and Hanzo, Lajos
- Subjects
-
Computer Science - Information Theory
- Abstract
-
One of the key enablers of future wireless communications is constituted by massive multiple-input multiple-output (MIMO) systems, which can improve the spectral efficiency by orders of magnitude. However, in existing massive MIMO systems, conventional phased arrays are used for beamforming, which result in excessive power consumption and hardware cost. Recently, reconfigurable intelligent surface (RIS) has been considered as one of the revolutionary technologies to enable energy-efficient and smart wireless communications, which is a two-dimensional structure with a large number of passive elements. In this paper, we propose and develop a new type of high-gain yet low-cost RIS having 256 elements. The proposed RIS combines the functions of phase shift and radiation together on an electromagnetic surface, where positive intrinsic-negative (PIN) diodes are used to realize 2-bit phase shifting for beamforming. Based on this radical design, the world's first wireless communication prototype using RIS having 256 2-bit elements is designed and developed. Specifically, the prototype conceived consists of modular hardware and flexible software, including the hosts for parameter setting and data exchange, the universal software radio peripherals (USRPs) for baseband and radio frequency (RF) signal processing, as well as the RIS for signal transmission and reception. Our performance evaluation confirms the feasibility and efficiency of RISs in future wireless communications. More particularly, it is shown that a 21.7 dBi antenna gain can be obtained by the proposed RIS at 2.3 GHz, while at the millimeter wave (mmWave) frequency, i.e., 28.5 GHz, a 19.1 dBi antenna gain can be achieved. Furthermore, the over-the-air (OTA) test results show that the RIS-based wireless communication prototype developed is capable of significantly reducing the power consumption.
Comment: The video demo is available in http://oa.ee.tsinghua.edu.cn/~dailinglong/publications/publications.html
- Full text View this record from Arxiv
-
Xu, Tongyang, Masouros, Christos, and Darwazeh, Izzat
- Subjects
-
Electrical Engineering and Systems Science - Signal Processing and Computer Science - Information Theory
- Abstract
-
To enable user diversity and multiplexing gains, a fully digital precoding multiple input multiple output (MIMO) architecture is typically applied. However, a large number of radio frequency (RF) chains make the system unrealistic to low-cost communications. Therefore, a practical three-stage hybrid analogue-digital precoding architecture, occupying fewer RF chains, is proposed aiming for a non-orthogonal IoT signal in low-cost multiuser MIMO systems. The non-orthogonal waveform can flexibly save spectral resources for massive devices connections or improve data rate without consuming extra spectral resources. The hybrid precoding is divided into three stages including analogue-domain, digital-domain and waveform-domain. A codebook based beam selection simplifies the analogue-domain beamforming via phase-only tuning. Digital-domain precoding can fine-tune the codebook shaped beam and resolve multiuser interference in terms of both signal amplitude and phase. In the end, the waveform-domain precoding manages the self-created inter carrier interference (ICI) of the non-orthogonal signal. This work designs over-the-air signal transmission experiments for fully digital and hybrid precoding systems on software defined radio (SDR) devices. Results reveal that waveform precoding accuracy can be enhanced by hybrid precoding. Compared to a transmitter with the same RF chain resources, hybrid precoding significantly outperforms fully digital precoding by up to 15.6 dB error vector magnitude (EVM) gain. A fully digital system with the same number of antennas clearly requires more RF chains and therefore is low power-, space- and cost- efficient. Therefore, the proposed three-stage hybrid precoding is a quite suitable solution to non-orthogonal IoT applications.
- Full text View this record from Arxiv
-
Siddique, Taha Hasan Masood, Sami, Iqra, Nisar, Malik Zohaib, Naeem, Mashal, Karim, Abid, and Usman, Muhammad
- Subjects
-
Computer Science - Robotics
- Abstract
-
In the recent years of industrial revolution, 3D printing has shown to grow as an expanding field of new applications. The low cost solutions and short time to market makes it a favorable candidate to be utilized in the dynamic fields of engineering. Additive printing has the vast range of applications in many fields. This study presents the wide range of applications of the 3D printers along with the comparison of the additive printing with the traditional manufacturing methods have been shown. A tutorial is presented explaining the steps involved in the prototype printing using Rhinoceros 3D and Simplify 3D software including the detailed specifications of the end products that were printed using the Delta 3D printer.
Comment: Accepted for oral presentation at 2019 Second International Conference on Latest trends in Electrical Engineering and Computing Technologies (Intellect 2019)
- Full text View this record from Arxiv
19. Soft Prototyping Camera Designs for Car Detection Based on a Convolutional Neural Network [2019]
-
Liu, Zhenyi, Lian, Trisha, Farrell, Joyce, and Wandell, Brian
- Subjects
-
Computer Science - Computer Vision and Pattern Recognition
- Abstract
-
Imaging systems are increasingly used as input to convolutional neural networks (CNN) for object detection; we would like to design cameras that are optimized for this purpose. It is impractical to build different cameras and then acquire and label the necessary data for every potential camera design; creating software simulations of the camera in context (soft prototyping) is the only realistic approach. We implemented soft-prototyping tools that can quantitatively simulate image radiance and camera designs to create realistic images that are input to a convolutional neural network for car detection. We used these methods to quantify the effect that critical hardware components (pixel size), sensor control (exposure algorithms) and image processing (gamma and demosaicing algorithms) have upon average precision of car detection. We quantify (a) the relationship between pixel size and the ability to detect cars at different distances, (b) the penalty for choosing a poor exposure duration, and (c) the ability of the CNN to perform car detection for a variety of post-acquisition processing algorithms. These results show that the optimal choices for car detection are not constrained by the same metrics used for image quality in consumer photography. It is better to evaluate camera designs for CNN applications using soft prototyping with task-specific metrics rather than consumer photography metrics.
- Full text View this record from Arxiv
-
Böhm, Stanislav, Beránek, Jakub, and Šurkovský, Martin
- Foundations of Information and Knowledge Systems - 10th International Symposium, FoIKS 2018, Budapest, Hungary, May 14-18, 2018, Proceedings. Lecture Notes in Computer Science 10833, Springer 2018, ISBN 978-3-319-90049-0
- Subjects
-
Computer Science - Formal Languages and Automata Theory and Computer Science - Discrete Mathematics
- Abstract
-
Haydi (http://haydi.readthedocs.io) is a framework for generating discrete structures. It provides a way to define a structure from basic building blocks and then enumerate all elements, all non-isomorphic elements, or generate random elements in the structure. Haydi is designed as a tool for rapid prototyping. It is implemented as a pure Python package and supports execution in distributed environments. The goal of this paper is to give the overall picture of Haydi together with a formal definition for the case of generating canonical forms.
- Full text View this record from Arxiv
Catalog
Books, media, physical & digital resources
Guides
Course- and topic-based guides to collections, tools, and services.
1 - 20
Next