搜索资源列表
clock
- 模拟石英钟,通过Decodetime过程获取当前时间的时,分,秒,并利用Sin函数和Cos函数计算出时针,分针,秒针的移动度数,并在TImage组件上进行重画,在重画前将上一次的画线擦除
filter
- 使用窗口函数对于y=sin(t)进行滤波
SinWave
- This project produces a sin wave outout from the sound card from 125 Hz to 8 KHz.
sin-wave-generate
- sine wave generation
fft-v1.0.0.40.tar
- fft的快速实现,核心部分无任何耗时的sin,cos运算,所需要的数据初始化时全部已经计算好了。并且提供了fft的定点代码(这是很多fft不具有的),可以方便地移植到嵌入式和DSP环境-fft of rapid implementation, the core portion without any time-consuming sin cos operation, the initialization of the data needed all been calculated. And pr