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.
Advertisement
Explore articles, explainers, and practical references focused on Matlab within Source Code.
Articles
99
Showing
26-50
Pages
2/4
More in Source Code
Jump across related topic clusters without losing your place.
Advertisement
Article Index
Showing 26-50 of 99 articles in this archive.
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.

Explore the LabVIEW source code for a Convolution VI, designed for processing two input vectors. Download the VI and understand its block diagram and front panel.

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.

Overview of CTC encoders, their specifications, and MATLAB code implementation for Convolutional Turbo Code (CTC) encoding.

Download the LabVIEW VI source code for a decimal number generator with user-defined range and step size.
MATLAB code for converting a decimal number to a base-N string, mirroring the functionality of the dec2base function.
MATLAB source code for converting decimal numbers to binary equivalents, specifically using the `dec2bin` function.

Download LabVIEW source code for a decimal to binary converter VI. Convert decimal vectors into binary vectors using this VI.
Learn how to convert decimal integers to hexadecimal strings in MATLAB using the `dec2hex` function with examples.

MATLAB source code for a 16-point Decimation in Frequency FFT/DFT, validated by comparison with MATLAB's built-in FFT function.

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.

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

Learn about edge detection methods and implement them in MATLAB with example code. Adjust the threshold to fine-tune your results.

Learn about Frame Check Sequence (FCS) and download a LabVIEW VI source code for FCS calculation to detect errors in data packets.

Explore MATLAB source code for implementing FIR digital filters using various window types, focusing on the Hamming window. Learn about filter specifications and design.

Explore MATLAB source code for designing FIR low-pass and high-pass digital filters using the Kaiser window technique. Implement your own filters with provided examples.

Implement FIR low-pass and high-pass digital filters using the triangular window technique with MATLAB source code.

MATLAB code for implementing FIR low-pass and high-pass filters using the rectangular window technique. Includes code snippets and output plot.

Explore the design of SR, JK, T, and D flip-flops using LabVIEW Virtual Instruments (VIs) with block diagrams and truth tables.

Explore FSK modulation with MATLAB code, explanation of principles, and input/output examples. Learn how to implement FSK.
MATLAB source code for GMSK modulation, a technique used in wireless systems to achieve continuous phase shift.

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