Decimal to Base-N Conversion in MATLAB
MATLAB code for converting a decimal number to a base-N string, mirroring the functionality of the dec2base function.
Showing 20 posts (Page 2 of 4)
Advertisement
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.
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.
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 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.
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.
Explore IFFT and FFT, their differences, applications, and MATLAB examples. Learn how IFFT transforms frequency domain data to the time domain.
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.
Advertisement