请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
工具/软件:TI C/C++编译器
您好,
我需要转换Int16 Array C5515中的Float32阵列。
我该怎么做?
非常感谢
Paolo
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:TI C/C++编译器
您好,
我需要转换Int16 Array C5515中的Float32阵列。
我该怎么做?
非常感谢
Paolo
您好,Keith:
例如,在VC5505 FFT过滤器演示中,有
Int16 coeffs[LPF_7_TAP ]={
0x00c5,0x0328,0x081f,0x0aab,0x081f, 0x0328,0x00c5
};
这是从一个包含三角函数的数学表达式中产生的,目的是为了计算Hamming窗口。
我想重新创建一个新的筛选器,并将这些值与上面的示例类似,采用Int16格式。
非常感谢,Keith。
再见
Paolo