photo

Dr. Erol Kalkan, P.E.


QuakeLogic Inc.

Last seen: 4ヶ月 前 2016 年からアクティブ

Followers: 0   Following: 0

I am a structural engineer and CEO of QUAKELOGIC. I earned my B.Sc. degree in Civil Engineering and M.Sc. degree in Engineering Seismology from the Middle East Technical University. My second M.Sc. degree in Structural Engineering is from the Bosporus (Bogazici) University in Turkey. My doctorate degree in Structural Engineering (major) and in Geotechnical Engineering (minor) is from the University of California, Davis. My postdoctoral studies were at the University of California, Berkeley. I authored and co-authored more than 120 peer-reviewed publications on various issues in structural engineering and engineering seismology. My research and publications are at www.quakelogic.net

Programming Languages:
Python, MATLAB, Fortran

統計

All
  • Personal Best Downloads Level 4
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Finding the velocity from displacement
In regards to filtering the seismograms, I developed an automated algorithm: https://www.mathworks.com/matlabcentral/fileexchang...

約5年 前 | 0

回答済み
Pre-determining the number of lines in a text file
Here is a short and fast way: Say file name to be read is apk.txt fid = fopen('apk.txt','r'); Nrows = numel(textread('a...

約8年 前 | 1