现在已经成功的将复数iq信号从RTL电视棒输出,利用python来进行处理:
'对I/Q复数数据做FFT变换,numpy.fft.fft(a, n=None, axis=-1)[source]'
'The values in the
result follow so-called “standard” order: If A = fft(a, n), then
A[0] contains'
'the zero-frequency term
(the mean of the signal), which is always purely real for real
inputs. '
'Then A[1:n/2] contains
the positive-frequency terms, and A[n/2+1:] contains the
negative-frequency '
'terms, in order of
decreasingly negative frequency. For an even number of input
points, A[n/2] represents'
' both positive and
negative Nyquist frequency, and is also purely real for real input.
For an odd number '
'of input points,
A[(n-1)/2] contains the largest
(2012-08-14 22:58)
原帖地址:http://www.iteye.com/topic/851459
(一)简单的GUI
- 在jmp123.jar所在目录为当前目录启动jmp123.jar,启动时自动加载default.m3u、bk1.jpg、bk2.jpg;
- 为方便测试MP3解码器,简体中文环境时播放器有网络搜索MP3功能,出于对某MP3网站的尊重,源代码中未附上搜索功能的源代码,请谅解。请勿对程序反相查看源代码,请自觉遵守:)
(二)解码速度测试
完全解码但不播放输出:
java -cp jmp123.jar
jmp123.test.Test1 <MP3文件名>