Community Profile

photo

Dr. Erol Kalkan, P.E.


QuakeLogic Inc.

Last seen: 10 days ago Active since 2016

Followers: 0   Following: 0

Message

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

Statistics

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

View badges

Feeds

View by

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

5 years ago | 0

Answered
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 ago | 1