Community Profile

photo

Lope


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


How to code binary Fibonacci sequence?
I was asked to code the binary fibonacci sequence which outputs the following: f_0={0}, f_1={1} where the successive elements of...

2 years ago | 1 answer | 0

1

answer

Question


How to calculate the width where the intensity is higher than 20% of the maximum intensity?
To do this, I think I have to utilize the findpeaks function. Then interpolate the 20% to the full width at half maximum (FWHM)....

2 years ago | 1 answer | 0

1

answer

Question


How to calculate the width that contains 60% of the total area of peaks?
So starting from the center (where the max peak always lies), I want to calculate automatically the width that contains 60% of t...

2 years ago | 2 answers | 0

2

answers