Implementation of two-dimensional FFT and IFFT in TMS320C6455

reference material: Rafael C. Gonzalez, Richard E. Woods, digital image processing (Third Edition) 4.11, Supporting book resourcesAlan V.Oppenheim, Ronald W.Schafer, discrete time signal processing (Third Edition) 9.5SPRUEB8B - TMS320C64x+ DSP Little-Endian DSP Library Programmer's ReferenceCCS Doc, 7.8 Image Analyzer Introduction to FFT ...

Posted by dhimok on Mon, 31 Jan 2022 10:10:21 +0100

Sampling design of ePWM triggered ADC based on 28035

preface Jiudao is working on a switching power supply project recently. It needs TI's TMS320F28035 chip to realize the design of control circuit. In short, 28035 is used to collect the semaphore, calculate the algorithm, obtain the duty cycle, and then use the ePWM module to output PWM wave to control the on and off of the power switch, so ...

Posted by amitshetye on Thu, 13 Jan 2022 06:59:56 +0100

Introduction to Hexagon graphics analyzer

2 use analyzer 2.1 general Use the analyzer after executing the application on the simulator. When the simulator executes the target application, it generates one or more data files containing analysis information. After the simulation, the profiler inputs the generated profile data file and displays the profiling information. The analyz ...

Posted by hansman on Fri, 24 Dec 2021 17:35:12 +0100

DSP GPIO port operation

1, Light up the first LED experiment 1.F28335 GPIO introduction 1.1 GPIO concept GPIO (general purpose input output) is the abbreviation of general input and output port. Its input and output can be controlled by software. (the DSP model used on the development board is TMS320F28335, and this chip has 176 pins in total) (1) Power pin (2) C ...

Posted by gtomescu on Sun, 12 Dec 2021 16:26:52 +0100