Add code snippets
This commit is contained in:
7
matlab/unitutils/wavecut.m
Normal file
7
matlab/unitutils/wavecut.m
Normal file
@@ -0,0 +1,7 @@
|
||||
function [wc]=wavecut(wf,startp,endp)
|
||||
|
||||
wc=wf(round(startp):round(endp));
|
||||
|
||||
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user