Image Compression Basics with MATLAB Code
Explore the fundamentals of image compression algorithms with provided MATLAB source code examples.
Advertisement
Explore articles, explainers, and practical references focused on Matlab within Source Code.
Articles
99
Showing
51-75
Pages
3/4
More in Source Code
Jump across related topic clusters without losing your place.
Advertisement
Article Index
Showing 51-75 of 99 articles in this archive.
Explore the fundamentals of image compression algorithms with provided MATLAB source code examples.
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.

Analyze IQ data, transmit power, and power spectrum using LabVIEW VIs. This article provides insights into the LabVIEW code and its application in wireless communication.

Simulate the impact of IQ amplitude and phase imbalance on constellation diagrams using MATLAB. Includes code explanation and example plots.

A step-by-step guide with MATLAB code for eye iris detection and recognition, including image processing techniques.

LabVIEW VI examples for generating constellation diagrams for BPSK, QPSK, 16QAM, and 64QAM modulation techniques.

LabVIEW source code for modulators and demodulators implementing BPSK, QPSK, 16QAM, and 64QAM modulation techniques. Download links provided.

Explore MATLAB source code for implementing a Low Pass FIR Filter, including filter design using firrcos and the FDA tool.

MATLAB source code for a Butterworth IIR low pass digital filter. Includes filter design, implementation, and visualization of magnitude/phase response.
An introduction to LTE (Long-Term Evolution) concepts and links to useful LTE MATLAB code for simulations, developed by Vienna University of Technology.

Explore MATLAB source code for interpolation (up-sampling) techniques, including exponential vector up-sampling and using built-in functions like `resample` and `interp1`.
Explore MATLAB code that simulates sampling frequency offset (SFO) impairment and its effects on constellation diagrams. Includes source code and relevant functions.

MATLAB code demonstrating local oscillator phase noise and its impact on constellation diagrams, adapted from 'Digital Front-End Compensation'.

A comprehensive guide to MSK modulation using MATLAB, including source code, explanations, and expected input/output. Minimum Shift Keying implementation detailed.
MATLAB code for converting numbers to hexadecimal strings using the num2hex function for single and double-precision floating-point numbers.
This article demonstrates number to string conversion in MATLAB using the num2str function, covering its syntax and providing a code example.

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.

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.
Advertisement