
这个人很懒,暂无签名信息
一,关于fourier transform,链接: 1,http://blog.csdn.net/dznlong/archive/2008/04/08/2261150.aspx 2,http://fashionxu.bokee.com/4632908.html 二,什么是信号处理?如何进行数字信号处理呢? 首先见wiki上的解释: http://zh.wik...
js 求模、整除 主要方法是参考JavaScript Math 对象,列举两个常用方法; floor(x):对数进行下舍入。 round(x):把数四舍五入为最接近的整数。 更详细的:http://www.w3school.com.cn/js/jsref_obj_math.asp var v1 = 900; v2 = 1000; //求模 alert(v1 % v2...