
Floating-Point to Fixed-Point Conversion in Python
Python scripts for converting between floating-point and fixed-point number representations using file operations.
Showing 20 posts (Page 6 of 11)
Advertisement
Python scripts for converting between floating-point and fixed-point number representations using file operations.
Simulate Frequency Modulation (FM) using Python. Includes FM modulation and demodulation Python code with explanations.
This article provides Python code for Frequency Shift Keying (FSK) modulation, generating an FSK modulated waveform from binary data.
Explore FSK modulation with MATLAB code, explanation of principles, and input/output examples. Learn how to implement FSK.
Verilog HDL implementation of a full adder, including truth table, code, and simulation results.
VHDL source code implementation of a full adder, including equations for Sum and Carry Out.
This article guides you through a generalized OFDMA simulation using Python, with QPSK modulation, IFFT implementation, and a two-user scenario.
MATLAB source code for GMSK modulation, a technique used in wireless systems to achieve continuous phase shift.
VHDL source code for converting Gray code to binary code. Includes the complete VHDL code for the conversion logic.
LabVIEW VI source code for converting a hex vector to a binary vector. Download the VI and explore the block diagram and front panel.
MATLAB source code for converting a hexadecimal string to a double-precision number using hex2num. Converts up to 16 characters, padding with zeros.
MATLAB source code to convert hexadecimal values to their binary representation. Includes example input and output.
MATLAB source code demonstrating hexadecimal to decimal conversion using the built-in `hex2dec` function. Includes example and explanation.
VHDL source code for 256-point IFFT/FFT implementations. Includes download links and related VHDL code examples for digital signal processing.
Explore IIR filter implementation in Python. Includes code and plots for Low-Pass, High-Pass, Band-Pass and Band-Stop filter types.
Explore the fundamentals of image compression algorithms with provided MATLAB source code examples.
Learn how to implement a low-pass FIR filter in Python using the scipy.signal library, complete with code and frequency response plots.
Learn how to use the int2str function in MATLAB to convert integer inputs into string outputs. This function rounds input elements before conversion.
MATLAB source code for implementing an interleaver and deinterleaver, with input parameter setup, code snippets, and output plots for validation.
VHDL source code for an interleaver/deinterleaver, based on corresponding MATLAB code. Includes links to other useful VHDL code examples.
Advertisement