You are Browsing source-code » vhdl

BPSK Modulation VHDL Source Code

VHDL source code for BPSK modulation, including links to BPSK modulation basics for fundamental understanding.

vhdl
modulation
bpsk

Convolutional Encoder VHDL Source Code

VHDL source code for a convolutional encoder with FEC rate 1/2, constraint length 7, and generator polynomials G1=171 (octal) and G2=133 (octal).

vhdl
convolutional encoder
source code

D Flip-Flop VHDL Source Code

VHDL source code for a D Flip-Flop implementation, including reset and clock-triggered data capture.

vhdl
flip-flop
d flip-flop

D Latch VHDL Source Code

VHDL source code implementation of a D Latch, a fundamental digital logic circuit.

vhdl
d latch
source code

Full Adder VHDL Source Code

VHDL source code implementation of a full adder, including equations for Sum and Carry Out.

vhdl
adder
source code

JK Flip-Flop VHDL Source Code

VHDL source code implementation of a JK Flip-Flop with reset functionality. Includes behavioral architecture and links to other VHDL code examples.

vhdl
flip-flop
jk flip-flop

Mapper/Demapper VHDL Source Code

VHDL source code for a Mapper/Demapper implementation, with a link to a resource explaining Mapper basics. Download the code for data mapping based on modulation type.

vhdl
mapper
demapper

Radix-4 Butterfly VHDL Source Code

VHDL source code for a Radix-4 butterfly implementation, essential for FFT algorithms in digital signal processing.

vhdl
radix-4
butterfly

Read/Write RAM VHDL Source Code

VHDL code example for reading from and writing to a Random Access Memory (RAM), with detailed explanations of the code structure and functionality.

ram
vhdl
source code