/
concept-collection
/
windowedFourierProjection
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
windowedFourierProjection
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
main
Branches
main
windowedFourierProjection
/
wfp_1Dspringscattering
/
utils
/
maxNorm.m
5 lines · 56 B
Code
Blame
History
8748c66
added code
nalhassanieh
1 year ago
1
function Nrm = maxNorm(v)
2
3
Nrm = max(max(abs(v)));
4
5
end
↑
↓
move
↵
open
esc
close