This content highlights the use of MATLAB’s parallel computing functions to facilitate communications between user processes and worker processes. The text describes how to set up data queues to send messages back and forth, and how to identify which parallel worker is running a specific process. The method involves the use of MATLAB’s parallel.pool.DataQueue and parallel.pool.PollableDataQueue with appropriate callbacks or polling mechanisms. It outlines how to establish a queue, send and receive messages, and identify the processes on each worker. The content also mentions future topics, such as handling large data transfer with memory maps.
Category: Technical
[070EN] Addressing VFR flight plans and associated messages
The correct addressing of VFR flight plans is crucial, with pilots responsible for sending messages to appropriate ATS units and control towers, adhering to ICAO Doc 4444 regulations and specific national rules that can be found in country AIPs. Understanding these procedures is vital, even when using automated services like AFPEx.
[072EN] The implementation of a multithread software in MATLAB – Part 1: Introduction
MATLAB, often seen as a scripting language for scientific computing, indeed possesses sophisticated software creation capabilities, including parallel programming solutions. Using the parfeval function, it’s possible to execute multithread parallel software, addressing tasks such as control cycles and data acquisition.
[069EN] Applying for an aviation medical certificate in the UK
This post outlines how to apply for UK aviation medical certificates, giving advice on the class to apply for, timing, the application and decision process, and what you need to do to make a smooth medical journey.
[068EN] Setting up and using the Assisted Flight Plan Exchange
Private pilots filing flight plans can connect to the AFTN via the UK’s AFPEx, providing direct network access similar to airlines. Application for AFPEx requires accurate licensure details, with the setup available for Windows and Linux. AFPEx facilitates AFTN message exchange, including flight plans and weather requests, with private pilots responsible for security and proper usage.
[067EN] Half-scale transonic compressor rapid testing rig
Introducing my publication in cooperation with Dr James Taylor on a novel half-scale transonic compressor testing rig.
[063EN] Common Misconceptions and Physical Interpretations of Lift Generation by Aerofoils
This short article, written to be published in the CGC News, is an excerpt from my lecture titled Introductory Aerodynamics for Glider Pilots delivered to the Cambridge University Gliding Club on 27/02/2021. Unceasing debate surrounds the topic of lift generation, Read More …
[058EN] The Paths to Glider Aerodynamics
I have noticed that nothing was published in this blog for a rather long period, and my readers have my apologies. This is largely attributed to the fact that I have had little time since the fourth year in the Read More …
[054EN] A Thermodynamic and Aerodynamic Analysis of the Condensation Over Aeroplane Wings
In humid weather, it is not uncommon to see the peculiar view of the condensation of water over the wings of aeroplanes. The explanation of such a phenomenon can be found in numerous online forums and discussion groups. However, some Read More …
[049EN]Universal Symmetric 4-Digit NACA Airfoil Form Equations
The family of NACA symmetric airfoil sees wide use in all general purposes. These geometries are usually conveniently generated by an airfoil plotter available online. However, sometimes it may be required that the shape of the airfoil to be defined Read More …