Number-String Conversion in Python
Learn how to convert numbers to strings and vice versa in Python using the str() and int() functions.
Showing 20 posts (Page 8 of 11)
Advertisement
Learn how to convert numbers to strings and vice versa in Python using the str() and int() functions.
MATLAB code for OFCDM (Orthogonal Frequency Code Division Multiplexing), combining CDMA and OFDM. Includes transmitter with FEC, BPSK, spreading, IFFT, and receiver with FFT, despreading, demodulation, Viterbi decoder.
Explore OFDM based carrier aggregation, its implementation, and the use of MATLAB code. Understand baseband data processing, DAC/ADC conversions, and power combining in carrier aggregation systems.
Learn channel estimation and equalization techniques for OFDM systems in MATLAB, including preamble-based estimation, deconvolution, and pilot subcarrier-based phase rotation.
MATLAB code for frequency offset estimation and correction in OFDM receivers, crucial for wireless technologies like WLAN and WiMAX.
Explore a basic OFDM transmitter and receiver chain implemented in MATLAB, including code for modulation, IFFT, cyclic prefix, and more.
Learn how to generate OFDM preambles in MATLAB for WLAN, WiMAX, and LDACS systems, including frequency domain representation, IFFT, and cyclic prefix addition.
Simulate an OFDM transmitter for WiMAX using Python, covering binary generation, QPSK modulation, symbol formation, IFFT, and CP insertion.
Explore OFDMA principles with downloadable MATLAB code for transmitter and receiver implementation using a 512-point FFT, compliant with IEEE 802.16e.
MATLAB code for ON OFF Keying (OOK) modulation, including output plots, relevant equations, and download links. OOK is a digital modulation technique.
Explore PAPR reduction for LTE IQ packets using the Partial Transmit Sequence (PTS) algorithm implemented in MATLAB. Includes code and explanation.
Verilog code and test bench for a parallel load shift left register, including explanations of the code's functionality.
VHDL source code for calculating the phase angle using the CORDIC (COordinate Rotation DIgital Computer) algorithm.
Explore 2D and 3D plotting in MATLAB using the `plot` and `plot3` functions with example code snippets.
Explore phase modulation (PM) with Python code for simulation and demodulation. Learn about analog modulation and see example plots.
Simulate and analyze power amplifier (PA) nonlinearity effects on constellation diagrams using MATLAB code. Includes AM-AM and AM-PM conversion modeling.
Verilog code for a PRBS generator and its test bench are presented, explaining the linear feedback shift register (LFSR) implementation.
Explore the fundamentals of PN sequences, their properties, and how they are used in CDMA systems. Includes a MATLAB code example for generating PN sequences.
Explore Phase Shift Keying (PSK) modulation using Python code. Learn how to generate PSK modulated waveforms from binary data and visualize the results.
Explore PSK (Phase Shift Keying) modulation with MATLAB code. Learn about its principles, implementation, and see example input/output.
Advertisement