Python 安裝 matlab engine

Posted on Tue 21 May 2019 in note • Tagged with matlab, python, ubuntu, linux

Matlab 有教學,其實很簡單。主要是記錄一下如果是要安裝在 virtualenv 中的時候要怎麼辦。

  • 找出 python 套件的目錄。在 matlab 的命令列輸入底下 …

Continue reading

[書] 為自己出征

Posted on Sun 14 April 2019 in reading • Tagged with fiction, insightful

好幾年前看這本書,讓我深受感動,也得到了莫大的勇氣與鼓舞。雖說是青少年必讀,但是成人也值得看。為自己出征,希望看 …


Continue reading

取得 windows 的序號

Posted on Sun 09 September 2018 in note • Tagged with windows, linux

買 notebook 通常會有隨機安裝的 windows,但是像我已經裝了 linux 如果重新安裝 windows 沒有序號怎麼辦?

只要一行指令

sudo cat /sys/firmware/acpi/tables/MSDM | tail -c …

Continue reading

OpenWRT-LuCi disable cache

Posted on Sun 02 September 2018 in note • Tagged with openwrt, luci

非常簡單

uci set luci.ccache.enable=0; uci commit luci

ref. Development Environment How To


Continue reading

聽哪些 podcast - 2018

Posted on Tue 13 March 2018 in note • Tagged with podcast

在 twitter 上跟推友介紹英文的 podcast 1 2

記錄一下。


Continue reading

LTE RLC AM/UM/TM

Posted on Tue 23 January 2018 in 3gpp • Tagged with lte, rlc, spec

這是讀 3GPP LTE spec. 的筆記,不保證完全正確。有錯請指教,謝謝。

LTE 的 RLC (radio link control) 定義了三個模式:TM/UM/AM (3GPP TS 36.322)

  • TM: Transparent Mode
  • UM: Unacknowledged Mode
  • AM …

Continue reading

Call Call Graph

Posted on Tue 09 January 2018 in note • Tagged with cscope, graphviz, dot

為了讀 OAI 的程式碼,一直找一些 call graph 的工具。最後用了 chihchun 好久以前寫的 callgraphviz 來改成 Call Call Graph

叫 Call Call Graph 只是因為我要畫 caller 與 callee …


Continue reading

本地 debug GitLab CI

Posted on Sun 17 September 2017 in note • Tagged with gitlab, gitlab-ci

最近在自己的小專案設定 GitLab-CI 發生了很多問題,但是 debug 很麻煩。每次都要修改再 push。於是找了一下發現可以很簡單的本地端 …


Continue reading

[Paper Study] Mant-to-one, many-to-many protocol

Posted on Wed 28 June 2017 in paperstudy • Tagged with infocom, wireless, protocol

這一篇 INFOCOM 2017 的論文提出的 protocol 是為了改善低功耗產品 (如:ZigBee) 中,同時要把 data 回傳給同一個 node 的情況下,減少碰撞,減少 radio-on time。另 …


Continue reading

[Paper Study] ACT-AP

Posted on Wed 28 June 2017 in paperstudy • Tagged with infocom, wireless, wifi, multicast

這篇 INFOCOM 2017 的論文主要目的是只修改 AP 的軟體而不修改 client 端的運作前提下,讓 multicast 封包的送達率提高。

  • 論文題目:ACT-AP: ACTivator Access Point for …

Continue reading