Researcher profile

O. Ozturk

O. Ozturk contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 13 - Baseline
2works
0followers
2topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2021arXiv

The ultra-hot-Jupiter KELT-16 b: Dynamical Evolution and Atmospheric Properties

We present broad-band photometry of 30 planetary transits of the ultra-hot Jupiter KELT-16b, using five medium-class telescopes. The transits were monitored through standard B, V, R, I filters and four were simultaneously observed from different places, for a total of 36 new light curves. We used these new photometric data and those from the TESS space telescope to review the main physical properties of the KELT-16 planetary system. Our results agree with previous measurements but are more precise. We estimated the mid-transit times for each of these transits and combined them with others from the literature to obtain 69 epochs, with a time baseline extending over more than four years, and searched for transit time variations. We found no evidence for a period change, suggesting a lower limit for orbital decay at 8 Myr, with a lower limit on the reduced tidal quality factor of $Q^{\prime}_{\star}>(1.9 \pm 0.8) \times 10^5$ with $95\%$ confidence. We built up an observational, low-resolution transmission spectrum of the planet, finding evidence of the presence of optical absorbers, although with a low significance. Using TESS data, we reconstructed the phase curve finding that KELT-16b has a phase offset of $25.25 \pm 14.03$ $^{\circ}$E, a day- and night-side brightness temperature of $3190 \pm 61$ K and $2668 \pm 56$ K, respectively. Finally, we compared the flux ratio of the planet over its star at the TESS and Spitzer wavelengths with theoretical emission spectra, finding evidence of a temperature inversion in the planet's atmosphere, the chemical composition of which is preferably oxygen-rich rather than carbon-rich.

preprint2007arXiv

Access Pattern-Based Code Compression for Memory-Constrained Embedded Systems

As compared to a large spectrum of performance optimizations, relatively little effort has been dedicated to optimize other aspects of embedded applications such as memory space requirements, power, real-time predictability, and reliability. In particular, many modern embedded systems operate under tight memory space constraints. One way of satisfying these constraints is to compress executable code and data as much as possible. While research on code compression have studied efficient hardware and software based code strategies, many of these techniques do not take application behavior into account, that is, the same compression/decompression strategy is used irrespective of the application being optimized. This paper presents a code compression strategy based on control flow graph (CFG) representation of the embedded program. The idea is to start with a memory image wherein all basic blocks are compressed, and decompress only the blocks that are predicted to be needed in the near future. When the current access to a basic block is over, our approach also decides the point at which the block could be compressed. We propose several compression and decompression strategies that try to reduce memory requirements without excessively increasing the original instruction cycle counts.