You are Browsing source-code » matlab

CCDF MATLAB Code for RF Engineers

CCDF MATLAB Code for RF Engineers

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.

ccdf
matlab
rf engineering
CDMA MATLAB Code for Simulation

CDMA MATLAB Code for Simulation

Explore CDMA (Code Division Multiple Access) with this MATLAB source code. Simulate CDMA transmission and reception, including BER analysis over AWGN.

cdma
matlab
simulation
Complex Number Generator in LabVIEW

Complex Number Generator in LabVIEW

This article details a LabVIEW VI for generating complex numbers based on user-defined parameters. Source code available for download.

labview
complex number
vi
Convolution Encoder MATLAB Source Code

Convolution Encoder MATLAB Source Code

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

matlab
convolution encoder
source code

Convolution in MATLAB: Source Code and Explanation

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.

matlab
convolution
signal processing
CRC MATLAB Source Code for CRC8 and CRC32

CRC MATLAB Source Code for CRC8 and CRC32

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.

matlab
crc
source code
Decimation/Downsampling MATLAB Source Code

Decimation/Downsampling MATLAB Source Code

MATLAB code demonstrating decimation/downsampling, removing samples to reduce the sample rate of a signal or vector. Includes examples using exponential vectors and the 'decimate' function.

matlab
decimation
downsampling
DWT Image Compression: Basics and MATLAB Code

DWT Image Compression: Basics and MATLAB Code

Explore DWT image compression fundamentals with a MATLAB code example. Learn about transforms, thresholding, and compression methods for effective image handling.

image compression
dwt
wavelet transform