DC Motor Control with FPGA: VHDL Source Code
VHDL code for interfacing a DC motor with an FPGA, including clock division and motor direction control. Pin assignments for XC2S100TQ144-5 included.
Showing 20 posts (Page 5 of 11)
Advertisement
VHDL code for interfacing a DC motor with an FPGA, including clock division and motor direction control. Pin assignments for XC2S100TQ144-5 included.
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.
Python code snippets for converting numbers between decimal and hexadecimal formats. Includes example input and output for clarity.
MATLAB source code for a 16-point Decimation in Frequency FFT/DFT, validated by comparison with MATLAB's built-in FFT function.
Implementation of a 16-point FFT in Python using decimation-in-frequency, compared with SciPy's FFT. Includes code and output plots.
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.
Python code implementing a differential encoder and decoder using modulo-2 sum and delay, for binary data transmission and error correction.
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 implementation of an FIR filter in Python using SciPy and NumPy, including code, equation, and output plots.
Explore the design of SR, JK, T, and D flip-flops using LabVIEW Virtual Instruments (VIs) with block diagrams and truth tables.
Advertisement