Essays about: "arrays"

Showing result 1 - 5 of 277 essays containing the word arrays.

  1. 1. Relaxed Priority Queue & Evaluation of Locks

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Andreas Rudén; Ludvig Andersson; [2023-10-23]
    Keywords : Concurrency; Data Structures; Algorithms; Priority Queue; Semantic Relaxation; Lock-free; Scalability; Performance;

    Abstract : We present a new, lock-free and concurrent priority queue, utilizing some ideas from [1] by Rukundo et al., that relaxes the traditional sequential semantics of the delete_min operation to achieve better scalability and performance. READ MORE

  2. 2. Construction and evaluation of a lossless image format, Carbonara

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Viktor Rösler; [2023]
    Keywords : Data Compression; Image Compression; Image Format; Software Development;

    Abstract : High-speed laser triangulation 3D cameras, such as the Ranger3 from SICK, transmit image data to a PC for processing. The camera’s operational speed is constrained by the capabilities of the transmission link. By compressing the data, the bandwidth requirements of the camera is reduced. READ MORE

  3. 3. A C++ Matrix library for computing the Gateaux derivative of the Fermi-Dirac operator

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

    Author : William Samuelsson; [2023]
    Keywords : C ; Quantum Chemistry; Matrix functions;

    Abstract : Computing the Fermi-Dirac operator is done through recursive polynomial expansions, using the SP2 and SP2 Acc algorithms. The Gateaux derivative is computed for both schemes by mapping the zeroth and first order matrices onto a block upper triangular matrix, which is implemented in Python using Numpy arrays to store full matrices and in C++ by first constructing a basic matrix library to use as blocks in a later created block upper triangular matrix library which only directly references two blocks in a 2 x 2 block matrix. READ MORE

  4. 4. Approach for frequency response-calibration for microphone arrays

    University essay from KTH/Hälsoinformatik och logistik

    Author : Jacob Drotz; [2023]
    Keywords : microphone array; frequency response; calibration; sine sweep; inverse filter; digital signal processing DSP ; convolution; Fast Fourier Transform FFT ; Discrete Fourier Transform DFT ; acoustic measurements; audio engineering; mikrofonarray; frekvenssvar; kalibrering; sinussvep; inverterat filter; digital signalbehandling; faltning; Fast Fourier Transform FFT ; Discrete Fourier Transform DFT ; akustiska mätningar; ljudteknik;

    Abstract : Matched frequency responses are a fundamental starting point for a variety ofimplementations for microphone arrays. In this report, two methods for frequencyresponse-calibration of a pre-assembled microphone array are presented andevaluated. READ MORE

  5. 5. Deep Learning Model Deployment for Spaceborne Reconfigurable Hardware : A flexible acceleration approach

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

    Author : Javier Ferre Martin; [2023]
    Keywords : Space Situational Awareness; Deep Learning; Convolutional Neural Networks; FieldProgrammable Gate Arrays; System-On-Chip; Computer Vision; Dynamic Partial Reconfiguration; High-Level Synthesis; Rymdsituationstänksamhet; Djupinlärning; Konvolutionsnätverk; Omkonfigurerbara Field-Programmable Gate Arrays FPGAs ; System-On-Chip SoC ; Datorseende; Dynamisk partiell omkonfigurering; Högnivåsyntes.;

    Abstract : Space debris and space situational awareness (SSA) have become growing concerns for national security and the sustainability of space operations, where timely detection and tracking of space objects is critical in preventing collision events. Traditional computer-vision algorithms have been used extensively to solve detection and tracking problems in flight, but recently deep learning approaches have seen widespread adoption in non-space related applications for their high accuracy. READ MORE