2nd order RC Low-pass Filter Center frequency    fc = 23405.13869[Hz] Q factor                  Q = 0.333333333333 Sallen–Key topology http://en.wikipedia.org/wiki/Sallen%E2%80%93Key_topology A low-pass filter, which is implemented with a Sallen–Key…
RC 2nd Order Passive Low Pass Filter The cut-off frequency of second order low pass filter is given as Second order low pass filter -3dB frequency is given as where ƒc is the calculated cut-off frequency, n is the filter order and ƒ-3dB is the new -3…
note: Some articles are very good in http://www.electronics-tutorials.ws/,I share them in the Cnblog so that Chinese hardware engineers can enjoy and learn. ComeFrom:http://www.electronics-tutorials.ws/filter/filter_4.html   The cut-off frequency or…
[TI博客大赛][原创]LM3S811之基于PWM的DAC http://bbs.ednchina.com/BLOG_ARTICLE_3005301.HTM http://www.fpga4fun.com/PWM_DAC_3.html One-bit DAC Take one pin of an FPGA, connect a speaker and listen to an MP3? Easy. Here, we'll use a PC to decode an MP3, and then s…
Analog filter和digital filter的联系: z变换与Laplace从数学上的关系为: 但这种关系在实际应用上不好实现,因此通常使用biliner transform(https://en.wikipedia.org/wiki/Bilinear_transform)来简化这种关系. analog frequecy 和digital frequecy的联系推导过程如下: 因此给定一个analog filter的传递函数,通过bilinear transform我们可以得到响应d…
使用MATLAB 2019 App Design 工具设计一个 电子日记App1.1 前言:由于信号与系统课程需要,因此下载了MATLAB软件,加之对新款的执着追求,通过一些渠道,下载了MATLAB 2019专业版.在使用过程中我发现该软件居然内含一款app设计工具,回想起之前使用Java swing编写用户交互时按照坐标确定模块位置时的苦涩,该工具的拖拉式布局极大的吸引了我,而且添加了回调函数功能,这一低门槛让许多不懂得编程的同学也有了编写个性化程序的可能,于是本着"君子动手不动口的原则&qu…
Design Principle vs Design Pattern设计原则 vs 设计模式 来源:https://www.tutorialsteacher.com/articles/difference-between-design-principle-and-design-pattern In software engineering, design principle and design pattern are not the same.在软件工程中,设计原则和设计模式是不同的. Des…
这是我在2018年4月写的英语演讲稿,可惜没人听得懂(实际上就没几个人在听). 文章的内容是我从此前做过的项目中总结出来的经验,从我们的寝室铃声入手,介绍了可扩展性.兼容性与可复用性等概念,最后提出良好的设计应该平衡这些特性与性能.成本之间的三角关系. 第一次用英文写有一点专业性的东西,不知道算不算好. 以下为原文: Design Principles Intro One day, on the noticeboard in our dormitory, there was a paper sa…
Design a simplified version of Twitter where users can post tweets, follow/unfollow another user and is able to see the 10 most recent tweets in the user's news feed. Your design should support the following methods: postTweet(userId, tweetId): Compo…
Design a simplified version of Twitter where users can post tweets, follow/unfollow another user and is able to see the 10 most recent tweets in the user's news feed. Your design should support the following methods: postTweet(userId, tweetId): Compo…