Hi all,
Our system have one DSP and one ARM and system will boot with DSP then DSP should load ARM executable in ARM program memory. how to do this ?.
We tried…
Hi,
I am working on porting FFT functionality from CMSIS DSP library to another architecture.
Unfortunate I faced with problem that arm_bitreversal_32 function is implemented in assembler.
Does any body tried to convert it to C code?
Hi,
for a project regarding Digital Signal Processing on ARM SoCs i'm currently gathering some information about the ARM NEON engine and would need some clarification if my assumptions are correct.
I found an instruction timing table in the "Cortex…
Hello,
DSP concept guys say, that it's time to use ARM Cortex-M microcontrollers for embedded DSP systems, so I looked at CMSIS library of filtering functions, and found that it is of block type.
As you know, the most painful feature of ARM Cortex-M…
Hi,
I am trying to implement FIR decimation on PDM input. Which FIR decimator function should I use? I am now trying to implement arm_fir_decimate_fast_q15 since I need to feed the output (hopefully PCM) to 10 bit DAC. But I am not sure how I get the coefficients…
projectNe10/Ne10 · GitHub 终于于2015年1月正式向社区开放代码贡献了!
任何组织或者个人在打印、填写并签署了一份简单的Contributor License Agreement (CLA),并将其扫描件发送到cla-submissions@arm.com,经过ARM法务部门审核通过之后,就可以向Ne10贡献代码。具体请看这里。
Ne10作为New BSD许可协议下的快速发展的开源项目,欢迎各种贡献。
CMSIS DSP is a great tool which allows Cortex-M4 devices to have a great app field range, even replacing some general purpose DSP sometimes. However I am missing some "simple" new functions that could enhance, even more, the use of it.
For example…
Hi,
I am starting work on a project that would require a processor to interact with a custom chip that we have designed and also with a robotic arm. The processor will be programmed to control the robotic arm based on the inputs from the custom chip. The…
Hi
I have been testing the CMSIS DSP matrix inverse function and am observing unexpected results. In particular, the function arm_mat_inverse_f32 returns ARM_MATH_SINGULAR for matrices that are clearly not singular. For example, a 4x4 identity matrix …
Hi
I am using CMSIS 3.2 library in my Cortex-M4 based uc, In that I am using arm_cfft_f32(&arm_cfft_sR_f32_len16, testInput_f32_10khz, ifftFlag, doBitReverse); function present in arm_fft_bin_example_f32 which is present in CMSIS3.2 library(I reduced…
Hi All;
I have some questions about correct use of the CMSIS DSP library call arm_fir_32. First, I'll provide some background about what I am doing and what the setup is.
I have a STM32F4 Discovery board, using IAR EWARM for programming. Just for…
Hi
I am unable to find any documentation on how to add library in eclipse based IDE. Presently I am using Freescale's CodeWarrior and I want to add the CMSIS's DSP Library in that. Thanks in advance
Kind Regards
Amit Kumar
Hi,
I am currently trying to use the CMSIS DSP library for finding the frequency bin. I have used both CFFT and RFFT function to compute the frequency bin of input signal.
My input data is of 128 samples which content only real part (complex part…
This video shows you how to make your first DSP application (producing an echo effect) using ST Discovery Board and Keil MDK software
We at Critical Link have worked on some pretty complex applications for nearly 20 years, and so we’re exposed in real time to trends in the embedded systems market. Our work creating mitysom system-on-modules, custom baseboards, and complete ground…
The ARM University Program (AUP) organized a two-day faculty workshop on “Teaching Digital Signal Processing (DSP) Hands-on” on May 20 and 21, 2015, at the Indian Institute of Technology (IIT) Hyderabad, India. Dr. Donald Reay of Heriot-Watt University…
If you've been reading my blogs (here and on EETimes) you know how excited I am about the wave of innovative products coming out of Kickstarter, Indiegogo and incubators like Y-Combinator - so when I came across SoundFocus, I had to call them. I actually…
By Bee Hayes-Thakore and thomasensergueix
Pervasive connectivity, largely spurred by mobile and tablet use is transforming the way we consume and interact with each other through cloud connectivity. The Internet of Things will expand this interaction further…
At the HPC User Forum in Seattle this week, PayPal along with HP and Texas Instruments talked about making order out of Chaos using the HP Moonshot systems ARM Cortex-A15 based TI cartridge.
PayPal Engineers talked about how they need to make order out…
[导读] 本文设计一款基于ARM11和DSP双核视频处理技术的3G视频安全帽,将工作现场音视频信号经过本地高效压缩处理后,通过3G网络实时传送至远端服务器,实现远程指挥监控和与现场双向通话功能。
1.引言
为提高在高危工作场所现场作业的可控性,本文采用仿生学原理和高集成度设计实现了与人眼同视角的3G视频安全帽。本设计由视频安全帽和腰跨式数据处理终端两部分组成,采用高可靠性航空插头连接。其中图像处理采用三星公司的S3C6410ARM11处理器和TMS320DM642 DSP处理器组成。本设计结合DSP处理器在视频压缩方面的优势和运行于ARM之上的Linux操作系统在数据管理与任务调度机制方面的出色表现…
This is a monthly series featuring embedded developers of the ARM Connected Community.

Paul Beckmann received his BS…
这篇文章写的不错,转帖一下供大家参考借鉴,也欢迎讨论:
原帖地址:http://ee.ofweek.com/2013-12/ART-8900-2808-28751026.html
作者:王宁,蒋大林,董珂
为了在车位检测系统中不使用DSP的情况下,达到实时处理和节约成本的目的,在嵌入式Linux系统中使用了CORTEX-A系列的NEON协处理器技术来优化一种车位图像检测算法的代码。
在CORTEX-A8平台上使用该图像处理算法进行了大量的处理测试,图像算法处理速度得到很大提升。最后在多个平台下使用该图像处理算法进行测试对比…
In the last few months we have passed an important milestone for DSP and a smaller but for some no less important announcement of tools that can help build DSP systems. In some small way I’ve been involved with both so I’m particularly proud to write…
Whilst browsing the EE Times website yesterday I saw an interesting advert for an EE Times University online training course titled Fundamentals of Microcontrollers (MCUs): Hands-On Workshop.
The course is presented by a fellow ARM Connected Community…