All About Circuits

Latest Military/Aero/Space Technical Articles

Categories

Digital Signal Processing in Scilab: How to Decode an FSK Signal

Digital Signal Processing in Scilab: How to Decode an FSK Signal

Learn about a DSP technique that extracts the original digital data from a demodulated frequency-shift-keying baseband signal.


Rigid-Flex PCB Design: Benefits and Design Best Practices

Rigid-Flex PCB Design: Benefits and Design Best Practices

This article will discuss what rigid-flex PCBs are, the advantages of using them, and the rules for designing with them for an application.


Understanding Color Models Used in Digital Image Processing

Understanding Color Models Used in Digital Image Processing

Learn about digital-signal-processing concepts that help us to store and manipulate color information.


Introduction to the Two-Cavity Klystron Amplifier

Introduction to the Two-Cavity Klystron Amplifier

Klystron amplifiers are used in a variety of industries, including satellite systems, television broadcasting, radar, particle accelerators, and in the medical field. In this article, we'll learn about the two-cavity klystron's unique build and the concept of electron bunching.


How Do Satellites Communicate with a GPS System? A Look at the GPS Antenna

How Do Satellites Communicate with a GPS System? A Look at the GPS Antenna

Antennas provide the wireless linkage required for any satellite-based system. Here's a look at the many antennas of GPS.


Use the Xilinx System Generator to Implement a Simple DDS

Use the Xilinx System Generator to Implement a Simple DDS

In this article, we’ll discuss implementing a simple direct digital synthesizer (DDS) using the Xilinx System Generator.


Basics of Phase Truncation in Direct Digital Synthesizers

Basics of Phase Truncation in Direct Digital Synthesizers

This article will discuss phase truncation in direct digital synthesizers.


Pipelined Direct Form FIR Versus the Transposed Structure

Pipelined Direct Form FIR Versus the Transposed Structure

This article will review two pipelined structures to implement a high throughput FIR filter.


Considerations for FPGA Implementation of Linear-Phase FIR Filters

Considerations for FPGA Implementation of Linear-Phase FIR Filters

This article will review considerations for efficient FPGA implementation of symmetric FIR filters.


Introduction to Distributed Arithmetic

Introduction to Distributed Arithmetic

This article will review the distributed arithmetic which is an interesting method of efficiently implementing multiply-and-accumulate operations.


Use the Xilinx CORDIC Core to Easily Generate Sine and Cosine Functions

Use the Xilinx CORDIC Core to Easily Generate Sine and Cosine Functions

This article will review integrating a Xilinx IP core into an FPGA design.


How Does Xilinx Use Its Logic Fabric to Implement Efficient Multipliers?

How Does Xilinx Use Its Logic Fabric to Implement Efficient Multipliers?

This article will review the structure of the binary multipliers that use the look-up tables (LUTs) in the Xilinx logic fabric.


What Is the Difference between Conducted and Radiated EMI?

What Is the Difference between Conducted and Radiated EMI?

This technical brief explains two distinct types of electromagnetic interference.


Power for Airborne Systems: MIL-STD-704

Power for Airborne Systems: MIL-STD-704

This technical brief discusses a widely used military standard for power-supply characteristics.


How to Use VHDL Components to Create a Neat Hierarchical Design

How to Use VHDL Components to Create a Neat Hierarchical Design

This article defines VHDL components, describes component declaration, and gives examples of how to use VHDL components in your code. It also touches on the "for-generate" statement and its uses.


Comparing Optical Sensors: Understanding D-Star

Comparing Optical Sensors: Understanding D-Star

This technical brief discusses a parameter that conveys the sensitivity of an optical detector.


How to Write the VHDL Description of a Simple Algorithm: The Control Path

How to Write the VHDL Description of a Simple Algorithm: The Control Path

This article will review converting a simple algorithm into a VHDL description.


How to Write the VHDL Description of a Simple Algorithm: The Data Path

How to Write the VHDL Description of a Simple Algorithm: The Data Path

In this article, you'll learn how to write the VHDL code for a simple algorithm.


Encoding the States of a Finite State Machine in VHDL

Encoding the States of a Finite State Machine in VHDL

This article will review different encoding methods that can be used to implement the states of an FSM.


Incomplete If Statements and Latch Inference in VHDL

Incomplete If Statements and Latch Inference in VHDL

In this article, we’ll see that a memory element can be unintentionally inferred from an incomplete “if” statement.