
Plotting 2D and 3D Curves in MATLAB
Explore 2D and 3D plotting in MATLAB using the `plot` and `plot3` functions with example code snippets.
Showing 20 posts (Page 4 of 4)
Advertisement
Explore 2D and 3D plotting in MATLAB using the `plot` and `plot3` functions with example code snippets.
Simulate and analyze power amplifier (PA) nonlinearity effects on constellation diagrams using MATLAB code. Includes AM-AM and AM-PM conversion modeling.
Explore PSK (Phase Shift Keying) modulation with MATLAB code. Learn about its principles, implementation, and see example input/output.
Explore the Rayleigh channel model for wireless communication simulation in MATLAB, including code examples, parameters, and resulting plots.
Explore the fundamentals of Reed-Solomon encoders, including MATLAB source code for forward error correction in data transmission.
Explore SC-FDMA (Single-Carrier Frequency-Division Multiple Access) with a basic MATLAB code implementation, commonly used in LTE uplink transmission.
MATLAB source code for a scrambler/descrambler, essential for wireless communication to remove long sequences of 0s and 1s. Includes code explanation and output verification.
Learn how to simulate channel model impairments and the Rayleigh channel effect on a constellation diagram using MATLAB. Includes code snippets and explanations.
Learn how to simulate DC offset impairment and its impact on constellation diagrams using MATLAB. Includes code snippets and example constellation plots.
Learn Simulink basics, including a quick guide, data types, core concepts, signal processing, and WiMAX simulation, using this comprehensive tutorial.
MATLAB code to convert a string to a double-precision number, similar to the `str2double` function. Includes examples and links to useful MATLAB resources.
MATLAB source code demonstrating the str2num function, which converts a string representation of a matrix into a numerical matrix.
Explore time offset estimation for OFDM systems using MATLAB, crucial for synchronizing wireless and wireline communication. Learn how preamble correlation helps correct offsets.
Ace your MATLAB interview with these 10 frequently asked questions covering operators, control flow, MEX files, scripts vs. functions, and more.
Decimation reduces a signal's sampling rate by removing samples. Learn about the process, the Nyquist-Shannon theorem, and the MATLAB command for decimation.
Interpolation, also known as upsampling, increases the sampling rate of a signal by strategically inserting new samples between existing ones. Learn how it works with examples and MATLAB.
MATLAB source code for a Viterbi decoder designed for a convolutional encoder with constraint length 5. Includes encoder specifications and decoder configuration.
Explore WiMAX OFDM and OFDMA physical layers based on IEEE 802.16 standards. Includes MATLAB and Simulink source code details.
Overview of WLAN technology based on IEEE 802.11 standards and links to MATLAB code examples for OFDM physical layer implementation.
Explore a Zigbee transceiver implemented in MATLAB, detailing the transmitter part and outlining receiver implementation. Focuses on the 2450 MHz band.
Advertisement