
Spectral Analysis in Python with DSP Libraries
Learn how to perform spectral analysis in Python using DSP libraries for time and frequency domain signal analysis. Includes code examples and plots.
Showing 20 posts (Page 10 of 11)
Advertisement
Learn how to perform spectral analysis in Python using DSP libraries for time and frequency domain signal analysis. Includes code examples and plots.
VHDL code for interfacing a stepper motor with an FPGA, including pin assignments for the XC2S100TQ144-5 FPGA.
MATLAB code to convert a string to a double-precision number, similar to the `str2double` function. Includes examples and links to useful MATLAB resources.
MATLAB source code demonstrating the str2num function, which converts a string representation of a matrix into a numerical matrix.
VHDL source code for a T Flip-Flop implementation, including entity and architecture definitions.
Explore Verilog HDL code implementations for T, D, SR, and JK flip-flops, complete with truth tables and simulation results.
Explore text-based data compression algorithms like Huffman, LZW, Arithmetic coding, and RLE, with MATLAB code examples for each.
Explore time offset estimation for OFDM systems using MATLAB, crucial for synchronizing wireless and wireline communication. Learn how preamble correlation helps correct offsets.
This article provides VHDL code for a UART, covering both the transmitter and receiver functionalities, commonly used for serial data communication.
LabVIEW source code examples for upsampling (interpolation) and downsampling (decimation) are provided, including block diagrams and front panels.
This article provides Verilog source code for a 1 to 4 DEMUX, accompanied by a block diagram and truth table for enhanced understanding.
This article presents Verilog HDL code for implementing a binary up/down counter, along with its truth table and simulation results.
This article provides Verilog code for implementing half adder, half subtractor, and full subtractor circuits, including truth tables and schematics.
Verilog code implementing AND, OR, NOT, NAND, NOR, and XOR gates. Includes simulation and verification steps.
This article provides Verilog HDL code examples for implementing BCD and Gray counters, including truth tables and simulation results.
VHDL code to display characters on a 7-segment display using input from a HEX keypad. Includes the source code and explanation.
VHDL code designed to acquire an 8-channel analog signal and display it on an LCD or a 7-segment display.
This article provides VHDL source code for a 1-to-4 DEMUX, covering the block diagram, truth table, and the VHDL code itself.
This article provides VHDL source code for a 2-to-4 decoder, along with a block diagram and truth table for understanding its operation.
VHDL source code implementation of basic logic gates, including AND, OR, NOT, NAND, NOR, XOR, and XNOR.
Advertisement