MATLAB TIPS
2.78K subscribers
13 photos
2 files
11.8K links
Matlab的一些现成脚本、函数,前人写的技巧、教程、文档。 Just tricks that finally work or what have learnt through search engines.受限于个人领域和Matlab水平,诚邀频道管理者;只要在使用Matlab过程中顺手把用上的网页、帖子发上来就好,十分简单。请联系 @MatLabTipsBot#MATLAB
Download Telegram
Forwarded from IFTTT
MATLAB Recipes for Earth Sciences: Calculating NDVI Maps from Sentinel-2 Data with MATLAB
https://ift.tt/2Jx8kqR
Forwarded from IFTTT
#MATLAB小课堂# Loren博客中用到的Live Editor,花2分钟了解下? http://t.cn/RrOiNOM
Media https://ift.tt/2Ke6Odo #MATLAB小课堂# Loren博客中用到的L...
MATLAB TIPS
Photo
MATLAB Central - File Exchange - rating:3 screenshot:yes
ecg-kit

This toolbox is a collection of Matlab tools that I used, adapted or developed during my PhD and post-doc work with the Besicos group at University of Zaragoza, Spain and at the National Technological University of Buenos Aires, Argentina. The ecg-kit has tools for reading, processing and presenting results. The main feature of the this toolbox is the possibility to use several popular algorithms for ECG processing, such as:
- Algorithms from Physionet's WFDB software package
- QRS detectors, such as gqrs, wqrs, wavedet, ecgpuwave, Pan & Tompkins, EP limited
- Wavedet ECG delineator
- Pulse wave detectors as wabp and wavePPG
- a2hbc and EP limited heartbeat classifiers.
And other scritps for inspecting, correcting and reporting all these results.
MATLAB TIPS
Photo
MATLAB Central - File Exchange - rating:3 screenshot:yes
TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
TIGRE is a GPU accelerated software for big scale 3D tomographic reconstruction, being capable of reconstructing geometries such as Cone Beam Computed Tomography and Parallel Beam Computed Tomography.
TIGRE additionally includes a big set of iterative methods for image reconstruction, methods that can achieve better images with less projections. The algorithms included are:

-FDK (inverse radon)
-SART, OS-SART, SIRT (Gradient descend-based)
-CGLS (Krylov subspace based)
-ADS-POCS, OSC-POCS, B-ADS-POCS-β, SART-TV (Total variation regularization)
-MLEM (Statistical inversion)

TIGRE is released by University of Bath and CERN under a modified BSD license, making it available for everyone to use and modify, and the authors do encourage people to contribute to the code bug fixes, new methods or anything that can help it be better!

Visit TIGRE's Github page for more information.