Labview and Matlab for PT

Just a place to discuss with Matlab and Labview

ad
顯示具有 Labview-訊號分析 標籤的文章。 顯示所有文章
顯示具有 Labview-訊號分析 標籤的文章。 顯示所有文章

It takes me 3 years to figure out how to do DAQ in labview!!!!!

Hahaha!!! The title of this article is not real. Not until someone tell me the concept of shift register did I write labview since I began writing matlab. Today, I spent two hours to know how to do DAQ in labview which I didn't accomplish 3 years ago. The main reason possibly is that labview is my first programming language and I know nothing about programming, so it was difficult for me to do DAQ at that time.

Here is my simple code:



Labview的濾波功能

  話說現在的labview功能越來越強大了,
如果有看過Matlab簡易濾波器的話,看到這篇
之後應該會很想扁人。

  看不清處嗎?那就按這邊下載


  沒錯,就是這樣,開檔,濾波,畫圖。

labview分割資料


  在EMG訊號中,不管是要作iEMG或是RMS,甚至式自己想要作
windows來分析,還是某一區域的最大最小值,都需要透過分割資
料應用,自己過去也想了一些方式,這份心得筆記是自己之前寫的
,大家不彷嘗試看看,相信一定有更好的方式,也歡迎大家提供。

點我看如何擷取某段資料

RMS



RMS常用在處理EMG的訊號上面,但是很少有去直接計算RMS的軟體,大多要靠自行寫程式,方法其實很多,在此只是給予一個我所寫的方式。