Quick Retrieve on Google     Quick Retrieve on Bing

Combine Art and Sciences

Blogs transfered from: blog.csdn.net/sonictl

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年1月20日

摘要: 在MATLAB中,可以用函数y=filter(p,d,x)实现差分方程的仿真,也可以用函数 y=conv(x,h)计算卷积,用y=impz(p,d,N)求系统的冲激响应。 实现差分方程 先从简单的说起: filter([1,2],1,[1,2,3,4,5]) 实现 y[k]=x[k]+... 阅读全文
posted @ 2013-01-20 23:27 sonictl 阅读(1357) 评论(0) 推荐(0) 编辑

摘要: <span style="color:red"> This blog is out of date. Check out my new blog holder: <a href='https://sonictl.github.io'>sonictl.github.io</a></span> <spa 阅读全文
posted @ 2013-01-20 23:25 sonictl 阅读(2020) 评论(0) 推荐(0) 编辑

摘要: http://www.pcdog.com/edu/linux/18/10/u231314_1.html http://www.pcdog.com/edu/linux/18/10/u231314_2.html http://www.pcdog.com/edu/linux/18/10/u231314... 阅读全文
posted @ 2013-01-20 23:22 sonictl 阅读(215) 评论(0) 推荐(0) 编辑

摘要: About transfer pointer into function (C Language) In the main() function of our program, we often need to use some user defined functions to... 阅读全文
posted @ 2013-01-20 23:11 sonictl 阅读(232) 评论(0) 推荐(0) 编辑

摘要: Detect the specific frequency of input signal Using the Goertzel Algorithm Watch the video of this program: Path1: http://v.youku.com/v_show/id... 阅读全文
posted @ 2013-01-20 23:06 sonictl 阅读(625) 评论(0) 推荐(0) 编辑

摘要: A brief history of Microprogramming 关于微编程(Microprogramming)的简史 http://www.cs.clemson.edu/~mark/uprog.html <--- the source text of this tran... 阅读全文
posted @ 2013-01-20 23:01 sonictl 阅读(331) 评论(0) 推荐(0) 编辑

摘要: 【问题描述:】 PART A. The Dinero cache simulator is available on the COE Solaris system (machines alpha, beta). The following information is for using... 阅读全文
posted @ 2013-01-20 22:55 sonictl 阅读(376) 评论(0) 推荐(0) 编辑

摘要: 【技术】在Ubuntu12.04上安装SimpleScalar的方法 【技术】Install SimpleScalar on Ubuntu 12.04 1.在gedit(Ubuntu自带的文本编辑器)中加入以下代码: NAME=Simplescalar PACKAGE=s... 阅读全文
posted @ 2013-01-20 22:53 sonictl 阅读(225) 评论(0) 推荐(0) 编辑