You are Browsing source-code

8 to 1 Multiplexer Design in LabVIEW

8 to 1 Multiplexer Design in LabVIEW

This article details the design of an 8-to-1 multiplexer using LabVIEW, including the truth table, block diagram, and front panel.

labview
multiplexer
signal routing

8-to-3 Encoder VHDL Source Code

VHDL source code for an 8-to-3 encoder implementation, demonstrating a simple combinational logic circuit.

vhdl
encoder
source code
8-to-3 Priority Encoder VHDL Code

8-to-3 Priority Encoder VHDL Code

VHDL implementation of an 8-to-3 priority encoder, including the block diagram, truth table, and the complete VHDL code.

vhdl
encoder
priority
ADC DAC Interfacing with FPGA using VHDL

ADC DAC Interfacing with FPGA using VHDL

Explore ADC DAC interfacing with FPGA, including VHDL code examples for reading data from ADC to receive and writing data to DAC for transmit.

adc dac
fpga
vhdl code

AES Basics and MATLAB Implementation

Explore the fundamentals of AES encryption and decryption, including CTR and OFB modes. Includes MATLAB code examples for AES implementation.

aes
encryption
matlab
AM Modulation Simulation with Python

AM Modulation Simulation with Python

Simulate Amplitude Modulation (AM) and demodulation using Python. Includes code for generating AM modulated data and demonstrating AM demodulation.

am modulation
signal processing
python