photo

Dr. Erol Kalkan, P.E.


QuakeLogic Inc.

Last seen: 5 months 前 自 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 years 前 | 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 years 前 | 1