本程序直接摘自文献: % S. K. Mitra. Digital Signal Processing: A Computer-Based Approach. Second Edition, % McGraw-Hill,2001 清华大学出版社,2001
标签: S. K. Computer-Based Processing
上传时间: 2014-12-02
上传用户:佳期如梦
Real-Time Digital Signal Processing Implementations and Applications Second Edition。实时数字信号处理,非常好。
标签: Implementations Applications Processing Real-Time
上传时间: 2015-07-14
上传用户:jjj0202
Thinking in C++ 2nd edition source code which are all the cores of the book Thinking in C++ second edition.that s the best thing to learn C
标签: Thinking the edition source
上传时间: 2013-12-17
上传用户:fandeshun
clock 源程序c lock 源程序 clock 源程序c lock 源程序
上传时间: 2013-12-18
上传用户:lgnf
Digital Clock in Assembly 我的一个大学满分VHDL作品,数字石英钟的模拟程序。
标签: Assembly Digital Clock VHDL
上传时间: 2014-01-25
上传用户:hullow
芯片为EM78P153 P64,P65接晶振,振荡模式为4MHz晶振 看门狗关,指令周期为2个CLOCK,P63为复位脚
上传时间: 2015-08-24
上传用户:1966640071
My thesis entitled "fpga digital clock," immature, to enlighten
标签: enlighten entitled immature digital
上传时间: 2014-01-02
上传用户:hxy200501
时钟万年历代码 Clock.java放在了一个名叫 Clock的包里
上传时间: 2014-01-10
上传用户:zq70996813
* This a software code module for a time-of-day clock object. * The clock may be fixed 12-hour, fixed 24-hour, or dynamically * configurable between these two types. Clock data can be accessed * as a binary number representing the number of minutes since midnight * or a BCD number formatted according to the time-of-day description * in the TIME module 0404x. The functions work with time-of-day values * which conform to normally accepted clock values of 1:00 to * 12:59 BCD / 0 to 719 binary for a 12-hour clock or clock values * 00:00 to 23:59 BCD / 0 to 1439 binary for a 24-hour clock. On power-up * the clock is 12:00 BCD / 0 binary for a 12-hour or dynamically * configurable clock, or 00:00 BCD / 0 binary for a 24-hour clock.
标签: clock time-of-day software module
上传时间: 2013-12-07
上传用户:llandlu
* DEFINITION * This a set of math functions that deal with time. The functions accept * 4-digit time values and 4-digit time of day values. Time values are * interpreted as hours-minutes and are valid if all digits are numeric and * 9 or less, except the second-to-last digit must be 5 or less. Time of day * values are valid if they conform to normally accepted clock values of * 1:00 to 12:59 for a 12-hour clock or 00:00 to 23:59 for a 24-hour clock.
标签: functions DEFINITION accept digit
上传时间: 2014-01-15
上传用户:Divine