2024年3月14日 星期四
一些PYTHON的疑難雜症(Some difficult and complicated diseases of Python)
›
在Python中,整數列表與整數列表相比較,即使它們的內容相同,也不會返回 True,因為它們是不同的物件。 例如: unpacked_data = [10000, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99] expected...
2023年10月24日 星期二
›
In a highly noisy environment, the noise is successfully filtered out to obtain the signal, resulting in an extremely high signal-to-noise r...
2022年3月6日 星期日
float to ascii code
›
sprintf() can be used to convert float to ascii. It's simple and only need the following several line code. Ex: char str[6]; float x=2...
2021年8月20日 星期五
了解Load Cell 技術
›
了解Load Cell 可參考下列網址: https://tacunasystems.com/
共模拒斥比(common-mode rejection ratio, CMRR)
›
詳細了解共模拒斥比的意義,可參考下列連結文章: https://zh.wikipedia.org/wiki/%E5%85%B1%E6%A8%A1%E6%8A%91%E5%88%B6%E6%AF%94
2021年7月5日 星期一
FIR IIR 濾波器基礎
›
可參考下列網址: https://zh.wikipedia.org/wiki/%E5%85%B1%E6%A8%A1%E6%8A%91%E5%88%B6%E6%AF%94
2021年1月9日 星期六
了解馬達Back EMF原理
›
1. 這是一篇了解馬達Back EMF原理很好的文章,並可連結許多優秀資源 http://programmermagazine.github.io/201310/htm/science1.html 2. Back Emf 的原理請參考下列影片: (1)Back Emf...
›
首頁
查看網路版