Welcome![Sign In][Sign Up]
Location:
Search - stm32 dsp library

Search list

[SCMSTM32-AT-motor-control

Description: STM32单片机在电机矢量控制上的应用方案介绍-STM32 MCU in the motor vector control application programs on the introduction
Platform: | Size: 460800 | Author: calvin | Hits:

[DSP programstm

Description: STM32的固件库和DSP库,有应用例子,方便编程-STM32 DSP library firmware library and have applied examples, easy programming
Platform: | Size: 1367040 | Author: 马泽涛 | Hits:

[DSP programSTM32F10x_DSP_Lib_V1.0.1

Description: STM32的DSP库,包括64点,256点,1024点FFT和PID控制算法-The STM32 DSP library, including 64 points, 256 points, 1024 points FFT and the PID control algorithm
Platform: | Size: 1980416 | Author: 王冲 | Hits:

[ARM-PowerPC-ColdFire-MIPSstm32-fft

Description: 使用STM32的DSP库函数,对AD来的信号进行FFT变换,并显示到LCD屏上。做的是512点fft,显示240个数,且有一定的精度保证。具有很高的实时性。-Use the STM32 DSP library functions, the signal of the AD to the FFT transform, and display to the LCD screen. Do is 512 points fft, show the number 240, and there is a certain guarantee of accuracy. With real-time high.
Platform: | Size: 3446784 | Author: 李冰 | Hits:

[ARM-PowerPC-ColdFire-MIPSDSP_FFT

Description: 基于stm32 DSP库的1024个点的FFT运算,对st公司的源程序进行了改进。仅需修改少量定义就能换成256点或64点的运算-Stm32 DSP-based library of 1024 point FFT operation, the company' s source of st has been improved. Can only modify the definition of a small amount of 256 points or 64 points into computing
Platform: | Size: 479232 | Author: 谢哲明 | Hits:

[SCMSTM32-DSP-demo

Description: STM32 DSP库,自带的官方例程,包括PID,IIR,FIR等。-STM32 DSP library, comes with official routines, including PID, IIR, FIR, etc.
Platform: | Size: 1858560 | Author: 蔡显锋 | Hits:

[DSP programMy_test_FIR

Description: 基于stm32的DSP库的中FIR滤波器功能的实现,滤波参数需要自己根据需要用Matlab计算,使用V3.0的固件库,属于基本stm32外设测试-Stm32 based DSP library function of the FIR filter implementation, the filter parameters needed in Matlab needs its own terms, using the V3.0 firmware, peripheral part of the basic test stm32
Platform: | Size: 3454976 | Author: 谭旭 | Hits:

[DSP programstm32_FFT2

Description: 使用STM32 的DSP库进行FFT变换,此为程序代码,很好,适合初学者-Using the STM32 DSP library for FFT, this is the program code, good for beginners
Platform: | Size: 2604032 | Author: caesar | Hits:

[DSP programDSP_Library

Description: DSP_Library.rar 里面是st公司为stm32开发的DSP库使用说明-St company which is developing DSP library stm32 instructions
Platform: | Size: 143360 | Author: caesar | Hits:

[SCMSTM32_lattice_-music-_spectrum

Description: STM32 DSP库实现的音乐频谱,程序可配置为32点的FFT和64点的FFT,最后在32*64单色或者双色LED点阵屏上显示音乐频谱。-STM32 DSP library implements the musical spectrum, the program can be configured as a 32-point FFT and 64-point FFT last 32* 64 monochrome or color LED Display Screen display music spectrum.
Platform: | Size: 716800 | Author: 罗伟东 | Hits:

[Software EngineeringFilter-by-using-DSP-Lib

Description: stm32 cortex-m4的dsp库,包括各种滤波算法,例如FIR、IIR以及FFT等-dsp library of stm32 with cortex-m4 core which includes varies of algorithm like fir/IIR and fft etc
Platform: | Size: 173056 | Author: 邓泽林 | Hits:

[SCMSTM32_FFT

Description: 使用STM32 的DSP库进行FFT变换说明及例程-STM32 DSP library use FFT transform instructions and routines
Platform: | Size: 541696 | Author: fate | Hits:

[DSP programMotor-Control-Library

Description: STM32电机控制程序库,电机控制中常用的算法里面都可以找到,其他使用单片机或DSP也可以参考使用-STM32 Motor Control Library, commonly used in motor control algorithms can be found inside the other using microcontroller or DSP can also refer to the use of
Platform: | Size: 77824 | Author: yangfan | Hits:

[SCMSTM32-FFT

Description: 使用STM32F103单片机DSP库函数编写的FFT1024点快速傅里叶变换,数据来源是ADC数据采集,通过串口打印输出变换后的结果。-Use STM32F103 microcontroller DSP library functions written FFT1024 point fast Fourier transform, data source is the ADC data capture, results through the serial port printout after conversion.
Platform: | Size: 7232512 | Author: 龙泰 | Hits:

[OtherSTM32 频谱参考程序

Description: STM32音乐频谱显示,DSP库需要自己添加,请到官网下载!(STM32 music spectrum display, DSP library needs to add, please go to the official website to download!)
Platform: | Size: 1380352 | Author: tansss | Hits:

[ARM-PowerPC-ColdFire-MIPS实验47_2 DSP FFT测试

Description: 测试STM32F4的DSP 库的FFT函数,程序运行后,自动生成1024点测试序列,然后,每当KEY0按下后,调用DSP库的FFT算法(基4法)执行FFT运算,在LCD屏幕上面显示运算时间,同时将FFT结果输出到串口,DS0用于提示程序正在运行。(Test the FFT function of the DSP Library of STM32F4. After the program runs, the 1024 point test sequence is automatically generated. Then, after the KEY0 press is pressed, the FFT algorithm (base 4 method) of the DSP library is invoked to perform the FFT operation, the operation time is displayed on the LCD screen, and the FFT results are output to the serial port, and DS0 is used to prompt the program to run.)
Platform: | Size: 4192256 | Author: 大雷子 | Hits:

[ARM-PowerPC-ColdFire-MIPS实验47_1 DSP BasicMath测试

Description: 测试STM32F4的DSP库基础数学函数:arm_cos_f32和arm_sin_f32和标准库基础数学函数:cosf和sinf的速度差别,并在LCD屏幕上面显示两者计算所用时间,DS0用于提示程序正在运行。(Test STM32F4's DSP library basic mathematical functions: arm_cos_f32 and arm_sin_f32 and standard library basic mathematical functions: the speed difference between cosf and sinf, and the time used to display both calculations on the LCD screen, and DS0 is used to prompt the program to run.)
Platform: | Size: 4152320 | Author: 大雷子 | Hits:

[VHDL-FPGA-VerilogFFT音频实验

Description: 利用stm32完成所录制音乐利用dsp库的fft变换(Use STM32 to complete the FFT transformation of the recorded music using the DSP library.)
Platform: | Size: 4945920 | Author: albertyl | Hits:

[Embeded-SCM DevelopFFT_STM32F103

Description: 基于STM32 DSP库函数进行的FFT计算程序。(FFT computing program based on STM32 DSP library function.)
Platform: | Size: 3269632 | Author: 可有可无cz | Hits:

CodeBus www.codebus.net