Essays about: "programming in c#"

Showing result 11 - 15 of 268 essays containing the words programming in c#.

  1. 11. Reducing Power Consumption For Signal Computation in Radio Access Networks : Optimization With Linear Programming and Graph Attention Networks

    University essay from Linköpings universitet/Programvara och system

    Author : Martin Nordberg; [2023]
    Keywords : Cloud RAN; Constrained optimization; Mixed integer linear programming; MILP; Machine learning; Graph neural network; Graph attention network; GAT;

    Abstract : There is an ever-increasing usage of mobile data with global traffic having reached 115 exabytes per month at the end of 2022 for mobile data traffic including fixed wireless access. This is projected to grow up to 453 exabytes at the end of 2028, according to Ericssons 2022 mobile data traffic outlook report. READ MORE

  2. 12. Design of auxiliary communication for audio between computers and DSPs : Programming and optimization of computational resources

    University essay from Umeå universitet/Institutionen för tillämpad fysik och elektronik

    Author : Eriksson Janze Oscar; [2023]
    Keywords : DSP; Audio-communication; Auxiliary; AUX; phone connector; USB-audio; STM32; ADC; AD-converter; filterbank; hearing aid; signalprocessor; ljudkommunikation; ljudkabel; AUX; USB-ljud; STM32; hjälpmedel; ADC; analog-till-digital-omvandlare;

    Abstract : This thesis report is about designing a prototype and establishing audio communication between a computer and Digital Signal Processor (DSP) using two preamp circuits using both auxiliary and USB connection. The paper gives the reader an overview on how audio is transmitted from a computer, through the system and to the desired output. READ MORE

  3. 13. Embedded Control of a Rotary Inverted Pendulum

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Ankit Khandeparkar; [2023]
    Keywords : ;

    Abstract : In modern-day contemporary control systems, such as robots, drones, and autonomous vehicles the control algorithms are bound to be implemented on embedded devices that pose a set of challenges and limitations such as low computational capacity and memory. Thus, it is crucial to design and implement efficient control algorithms while using low-level programming languages such as C / C++. READ MORE

  4. 14. Performance Evaluation of Digital Image Processing on the Web using WebAssembly

    University essay from Uppsala universitet/Avdelningen för beräkningsvetenskap

    Author : Christoffer Nyberg; [2023]
    Keywords : WebAssembly; wasm; SIMD; multithreading; performance;

    Abstract : JavaScript has been the de-facto standard programming language for Web browsers for some time. Although it has enabled the interactive and complex web pages we have today, it has long been characterized by performance issues. A promising new technology, WebAssembly, aims to enable near-native performance on the Web. READ MORE

  5. 15. Does Rust SPARK joy? : Recommendations for safe cross-language bindings between Rust and SPARK

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Aïssata Maiga; [2023]
    Keywords : Rust; Ada; SPARK; Foreign Function Interface FFI ; memory safety; type safety; ownership; Rust; Ada; SPARK; Gränssnitt för främmande funktioner FFI ; minnessäkerhet; typsäkerhet; ägarskap;

    Abstract : This thesis aims to provide recommendations for interfacing two memory-safe programming languages, Rust and SPARK. The comparison of Rust and C/C++, as well as SPARK and C/C++, has been thoroughly researched. However, this level of investigation hasn’t been as extensive between memory-safe languages. READ MORE