導航:首頁 > 五金知識 > tftb工具箱下載

tftb工具箱下載

發布時間:2023-08-04 17:04:10

⑴ matlab下載方式及地址

this is the matlab of R 2013a ,the seriels number is in the install file

⑵ 求wigner ville 分布的程序,要fortran or c寫的。已附上matlab程序,轉換也成

if (nargin .eq. 0) then
error('At least one parameter required')
end if
xrow = size(x,1)
xcol = size(x,2)

if (nargin .eq. 1) then
t=1:xrow
N=xrow
trace=0
elseif (nargin .eq. 2) then
N=xrow
trace=0
elseif (nargin .eq. 3) then
trace = 0
end if

if (N<0) then
error('N must be greater than zero')
end if

trow = size(t,1)
tcol = size(t,2)
if ((xcol.eq.0).or.(xcol>2)) then
error('X must have one or two columns')
elseif (trow.neq.1) then
error('T must only have one row')
elseif (2^nextpow2(N).neq.N) then
print*,'For a faster computation, N should be a power of two'
end if

tfr= 0
if (trace .neq. 0) then
print*,'Wigner-Ville distribution'
end if
do icol=1,tcol,
ti= t(icol)
taumax=min([ti-1,xrow-ti,round(N/2)-1])
tau=-taumax:taumax
indices= rem(N+tau,N)+1
tfr(indices,icol) = x(ti+tau,1) * conj(x(ti-tau,xcol))
tau=round(N/2)
if (ti<=xrow-tau)&(ti>=tau+1) then
tfr(tau+1,icol) = 0.5 * (x(ti+tau,1) * conj(x(ti-tau,xcol)) + ...
x(ti-tau,1) * conj(x(ti+tau,xcol)))
end if
if (trace .neq. 0) then
disprog(icol,tcol,10)
end if
end do
tfr= fft(tfr)
if (xcol.eq.1) then
tfr=real(tfr)
end if

if (nargout.eq.0) then
tfrqview(tfr,x,t,'tfrwv')
elseif (nargout.eq.3) then
f=(0.5*(0:N-1)/N)'
end if

說明:還有幾個MATLAB自帶的函數我沒有改,比如error, tfrqview,基本都是顯示輸出的函數,你要自己改一下。

⑶ matlab有emd函數嗎

沒有的,但是可以用matlab的時頻工具箱,工具箱下載地址:http://tftb.nongnu.org/
matlab的工具箱的安裝步驟:
1.解壓專下載的文件包,屬將tft/mfile復制到matlab的toolbox文件夾下
2.建立搜索路徑,matlab->file->Set Path->Add Folder
->選擇mfile文件夾復制到matlab的toolbox的路徑->save->close
3.測試是否建立搜索路徑成功,在matlab命令窗口打入:which fmsin
返回的結果是你放mfile的正確路徑說明建立搜索路徑成功,就完成了安裝工具包的工作。
此時EMD的准備工作就完了。

閱讀全文

與tftb工具箱下載相關的資料

熱點內容
小學生雕刻工具箱 瀏覽:417
k5儀表信息怎麼調 瀏覽:936
青島泰科閥門怎麼樣 瀏覽:277
地熱總閥門開關擰不動怎麼辦 瀏覽:60
03儀表盤模式怎麼換 瀏覽:284
ktv設備有哪些設備 瀏覽:191
關節軸承怎麼安裝使用 瀏覽:838
生產山楂糕需要哪些設備 瀏覽:91
機械表後面的飛輪是什麼 瀏覽:163
怎麼實現儀表盤ar導航 瀏覽:722
某同學設計了如下裝置來 瀏覽:633
超聲波儀器動態范圍是什麼意思 瀏覽:11
傳動裝置分析 瀏覽:263
風機與閥門連鎖怎麼實現 瀏覽:314
消防管道閥門抽檢比例 瀏覽:313
礦用自動除塵噴霧裝置生產工藝 瀏覽:334
鑄造灰鐵很硬怎麼回事 瀏覽:505
天然氣灶沒有自動滅火裝置會有什麼後果 瀏覽:221
江蘇旭潤設備有限公司怎麼樣 瀏覽:653
預作用裝置開箱檢查記錄 瀏覽:355