DSP TMS320C6678中FFT函数的调用与具体使用方法(CCS中操作)

首先明确一点,C6678中FFT的函数形式为:

N : length of FFT in complex samples
ptr_x : pointer to complex data input
ptr_w : pointer to complex twiddle factor
ptr_y : pointer to complex output data
brev : pointer to bit reverse table containing 64 entries
n_min : should be 4 if N can be represented as Power of 4 else, n_min should be 2
offset : index in complex samples of sub-fft from start of main fft
n_max : size of main fft in complex samples(可令n_max=N)

其中,64位bit反位表brev为:
unsigned char brev[64] =
{
0x00, 0x20, 0x10, 0x30, 0x08, 0x28, 0x18, 0x38,
0x04, 0x24, 0x14, 0x34, 0x0c, 0

  • 10
    点赞
  • 73
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值