由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - 请教microcontroller/dsp/fpga的选择
相关主题
帮我表弟问问单片机的问题Xilinx summer intership
请问关于Firmware EngineerMICROCHIP 这个公司怎么样?
借问有没有人曾将Simulink和matlab程序转到非PC base的控制器上去Chips Face Tough Times (ZT)
就业方向选择~a question about quantization noise
DSP 入门请问:怎么用"DFT"区别频率不一样的合成波啊?
菜鸟请教用MICROCHIP DSPIC的一个FIRMWARE BUG大公司,小公司?
寻microcontroller+motor drive+ motor 开发板发个LA附近嵌入式软件方面的招人信息
国内有什么便宜好用的公司写嵌入式软件吗?请问基于DSP和单片机的嵌入式系统各有什么样的应用?
相关话题的讨论汇总
话题: fft话题: fpga话题: dsp话题: do
进入EE版参与讨论
1 (共1页)
g****r
发帖数: 12
1
My project may need to use one of DSP/microcontroller/FPGA chip, and I
wonder if you can give me some comments:
The application is to sample two analog channels, do A/D conversion, then do
FFT to the sampled real time signals. Basically, the signal will be sampled
every 0.027 second, and FFT is needed for 512 samples. The optimal goal is,
to do FFT once every new sample point arrives, which means to do FFT every
0.027 second. But I guess that might be difficult, so we can actually do fft
after s
o*******m
发帖数: 154
2
完全可以用FPGA啊,OPENCORE.ORG里面有几个sample project
j***j
发帖数: 324
3
这么低得采样频率,FPGA & DSP 都可以很轻松得完成。
用dsp 会更简单一些,因为可以直接用c 编程,做计算更容易。
用FPGA 更efficient 而且可以速度更快,但你这个速度根本不需要更快得速度。

do
sampled
is,
every
fft
immplement

【在 g****r 的大作中提到】
: My project may need to use one of DSP/microcontroller/FPGA chip, and I
: wonder if you can give me some comments:
: The application is to sample two analog channels, do A/D conversion, then do
: FFT to the sampled real time signals. Basically, the signal will be sampled
: every 0.027 second, and FFT is needed for 512 samples. The optimal goal is,
: to do FFT once every new sample point arrives, which means to do FFT every
: 0.027 second. But I guess that might be difficult, so we can actually do fft
: after s

g****r
发帖数: 12
4
每0.027秒做一次512点的fft,用100MHz的单片机好实现吗?

【在 o*******m 的大作中提到】
: 完全可以用FPGA啊,OPENCORE.ORG里面有几个sample project
m******k
发帖数: 183
5
数据精度也有关系。
dsp专门用来做fft这些运算,速度应该比同频fpga或者microcontroller的快一些。
32bit已经做的很快了。除非你想把算法用硬件实现,fpga肯定是最快的。不过你的速
度要求不是那么高,如果精度不是很高的话。

do
sampled
is,
every
fft
immplement

【在 g****r 的大作中提到】
: My project may need to use one of DSP/microcontroller/FPGA chip, and I
: wonder if you can give me some comments:
: The application is to sample two analog channels, do A/D conversion, then do
: FFT to the sampled real time signals. Basically, the signal will be sampled
: every 0.027 second, and FFT is needed for 512 samples. The optimal goal is,
: to do FFT once every new sample point arrives, which means to do FFT every
: 0.027 second. But I guess that might be difficult, so we can actually do fft
: after s

a****y
发帖数: 255
6
dsPIC from Microchip.
never use these dsPICs, though
1 (共1页)
进入EE版参与讨论
相关主题
请问基于DSP和单片机的嵌入式系统各有什么样的应用?DSP 入门
embedded system到底是什么啊?菜鸟请教用MICROCHIP DSPIC的一个FIRMWARE BUG
Applicaiton Engineer, Dallas, Texas寻microcontroller+motor drive+ motor 开发板
Application Eng. MS new graudate ONLY国内有什么便宜好用的公司写嵌入式软件吗?
帮我表弟问问单片机的问题Xilinx summer intership
请问关于Firmware EngineerMICROCHIP 这个公司怎么样?
借问有没有人曾将Simulink和matlab程序转到非PC base的控制器上去Chips Face Tough Times (ZT)
就业方向选择~a question about quantization noise
相关话题的讨论汇总
话题: fft话题: fpga话题: dsp话题: do