
Analog Filter Design and Implementation in MATLAB
Explore MATLAB code examples for designing and simulating analog low-pass and high-pass filters. Learn to plot magnitude responses.
Advertisement
Explore MATLAB code examples for designing and simulating analog low-pass and high-pass filters. Learn to plot magnitude responses.
VHDL source code for an 'Any Sequence Counter', including code snippet and useful links to VHDL and Verilog resources.
Explore Amplitude Shift Keying (ASK) modulation using Python. Includes code, explanation of principles, and waveform visualizations for digital data transmission.
MATLAB code for Amplitude Shift Keying (ASK) modulation with plots, equations, and a guide to input and output.
Verilog code implementation of an Asynchronous FIFO, including a test bench and simulation output analysis.
Learn to implement auto and cross correlation in MATLAB, with and without the xcorr function, understand their applications in signal processing.
Explore Python code examples for calculating auto-correlation and cross-correlation, useful for time offset estimation in systems.
MATLAB code demonstrating Additive White Gaussian Noise (AWGN) impairment and its effect on constellation diagrams with BPSK, QPSK, 16QAM, and 64QAM modulation.
Learn how to add Additive White Gaussian Noise (AWGN) to a signal in Python using SNR in dB. Includes a Python code example and explanation.
VHDL code for a Barrel Shifter is presented, along with a test bench and simulation/synthesis results using ModelSIM and Leonardo Spectrum.
MATLAB code for converting a baseN number string to its decimal equivalent, similar to the base2dec function.
VHDL code examples for BCD up and down counters, including complete, synthesizable code blocks.
MATLAB source code for beamforming with QAM modulation, including output plots and mathematical equations. Explore analog, digital, and hybrid beamforming techniques.
Explore a LabVIEW VI for generating binary numbers based on user-defined sizes. Download the source code and see the block diagram and front panel.
MATLAB source code demonstrating binary to decimal conversion using the 'bin2dec' function, with an example and links to other useful MATLAB codes.
LabVIEW VI source code for converting a binary vector to a decimal vector. Download the VI and see the block diagram and front panel.
VHDL code for converting binary numbers to Gray code using XOR operations. Efficient implementation for digital design.
MATLAB code demonstrating the conversion of binary data to its hexadecimal representation using a simple algorithm.
VHDL source code for BPSK modulation, including links to BPSK modulation basics for fundamental understanding.
MATLAB source code for BPSK, QPSK, 16QAM, and 64QAM modulation, including constellation diagram plots. Learn about data mapping.
Advertisement