
Binary to Hexadecimal Conversion in MATLAB
MATLAB code demonstrating the conversion of binary data to its hexadecimal representation using a simple algorithm.
Showing 20 posts (Page 2 of 4)
Advertisement
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.
Explore the CCDF LabVIEW VI source code, block diagram, and front panel. Download the VI files and learn about CCDF implementation in LabVIEW.
This article details a LabVIEW VI for generating complex numbers based on user-defined parameters. Source code available for download.
MATLAB source code for a convolution encoder with a coding rate of 1/3, constraint length of 5, and generator polynomials 25(8), 33(8), 37(8).
Explore convolution in MATLAB with example code demonstrating manual calculation and the built-in 'conv' function. Understand the sliding-and-summing process and verify results.
Explore the LabVIEW source code for a Convolution VI, designed for processing two input vectors. Download the VI and understand its block diagram and front panel.
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).
Explore CRC MATLAB source code implementations for CRC8 and CRC32 polynomials, used in error detection for wired and wireless communication systems. Includes code examples and explanations.
VHDL source code for a D Flip-Flop implementation, including reset and clock-triggered data capture.
VHDL source code implementation of a D Latch, a fundamental digital logic circuit.
Download the LabVIEW VI source code for a decimal number generator with user-defined range and step size.
MATLAB source code for converting decimal numbers to binary equivalents, specifically using the `dec2bin` function.
Download LabVIEW source code for a decimal to binary converter VI. Convert decimal vectors into binary vectors using this VI.
MATLAB source code for a 16-point Decimation in Frequency FFT/DFT, validated by comparison with MATLAB's built-in FFT function.
MATLAB code demonstrating decimation/downsampling, removing samples to reduce the sample rate of a signal or vector. Includes examples using exponential vectors and the 'decimate' function.
Learn about edge detection methods and implement them in MATLAB with example code. Adjust the threshold to fine-tune your results.
Learn about Frame Check Sequence (FCS) and download a LabVIEW VI source code for FCS calculation to detect errors in data packets.
VHDL source code implementation of a full adder, including equations for Sum and Carry Out.
VHDL source code for converting Gray code to binary code. Includes the complete VHDL code for the conversion logic.
Advertisement