baseN Number String to Decimal Conversion in MATLAB
MATLAB code for converting a baseN number string to its decimal equivalent, similar to the base2dec function.
Showing 25 posts (Page 3 of 9)
Advertisement
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.
Explore Python code for implementing BPSK, QPSK, 16QAM, and 64QAM modulation techniques with constellation plots.
Explore MATLAB code for designing Butterworth low-pass and high-pass filters, including implementation details and frequency response plotting.
Demonstrates Carrier Frequency Offset (CFO) impairment and its impact on constellation diagrams using a MATLAB simulation. Includes code snippet and constellation plots.
Explore Carry Select and Carry Skip adders with VHDL code. Learn their implementations and advantages in digital circuit design.
Explore the CCDF LabVIEW VI source code, block diagram, and front panel. Download the VI files and learn about CCDF implementation in LabVIEW.
Explore MATLAB code for generating CCDF curves, essential for RF engineers analyzing Peak-to-Average Power Ratio in RF Power Amplifier design. Includes code snippets and resources.
Explore CDMA (Code Division Multiple Access) with this MATLAB source code. Simulate CDMA transmission and reception, including BER analysis over AWGN.
This article details a LabVIEW VI for generating complex numbers based on user-defined parameters. Source code available for download.
Learn how to convert a MATLAB matrix into a string representation using the `mat2str` function for data storage, transmission, and display.
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.
Compare NumPy's np.convolve with a brute-force method for convolution in Python. Explore performance and accuracy with real and complex number inputs.
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.
Advertisement