Community Profile

photo

Abdullah OZCAN


TUBITAK

Attivo dal 2016

Followers: 0   Following: 0

Contatto

Statistiche

All
  • First Submission
  • Revival Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
how to write a m file code to cfar for fmcw radar
CFAR thresholding does not depend on the radar type. It is about thresholding the signal at the mixer output. The signal is the ...

oltre 8 anni fa | 2

Inviato


Extract points in a defined direction and distance
extract points in 'pk' that are in a direction relative to reference point 'p'

oltre 8 anni fa | 1 download |

Thumbnail

Risolto


Remove NaN ?
input -> matrix (n*m) with at least one element equal to NaN; output -> matrix(p*m), the same matrix where we deleted the enti...

oltre 8 anni fa

Risolto


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

oltre 8 anni fa

Risolto


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

oltre 8 anni fa

Risolto


2D - Mean Filter
Assume you are given an "image" matrix of size NxM. Reduce the image noise by implementing a mean filter window of size 9 (a 3x3...

oltre 8 anni fa