Community Profile

photo

Sam Nazari


Draper Laboratory

Active since 2012

PhD Candidate at Northeastern University
Professional Interests: distributed inference, community detection, subgraph enumeration, intruder detection, distributed control, information theory.

Statistics

All
  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 3
  • First Review
  • GitHub Submissions Level 3
  • First Submission
  • Commenter
  • Solver

View badges

Content Feed

View by

Submitted


Distributed Detection Filter for Intrusion Detection
Detection Filter Design for distributed intrusion detection using spectral assignment

7 years ago | 2 downloads |

Thumbnail

Submitted


Distributed Intruder Detection Using Spectral Assignment
Distributed Detection Filters for cybersecurity applications

7 years ago | 2 downloads |

Thumbnail

Submitted


Beard Jones Detection Filter Example
A Simulink implementation of the BJDF using the White & Speyer approach

8 years ago | 1 download |

Thumbnail

Submitted


SSVEP Classification using GLRT
MATLAB Scripts to classify target SSVEP frequencies for Brain Computer Interfaces (BCI)

8 years ago | 3 downloads |

Submitted


2D Tracking Kalman Filter
A 2D Kalman Filter is designed to track a moving target.

8 years ago | 7 downloads |

Submitted


Spherical Gravitation Model
Simple Spherical Gravitation Model

9 years ago | 1 download |

Submitted


Unknown Input Observer Review and Examples
The UIO is reviewed in a PDF file and Simulink examples from control theory are given.

9 years ago | 9 downloads |

Thumbnail

Submitted


Unknow Input Observer Example
An example of the Unknown Input Observer

9 years ago | 11 downloads |

Thumbnail

Submitted


Intravascular Near-Infrared Fluorescence (iNIRF) Imaging
MATLAB based matched filter is implemented for an iNIRF imaging method

9 years ago | 1 download |

Thumbnail

Submitted


Robust EEG ERP Classification
EEG brain activity classification

9 years ago | 4 downloads |

Thumbnail

Submitted


Extended Kalman Filter
An EKF for an autonomous vehicle implemented in Simulink

10 years ago | 7 downloads |

Thumbnail

Submitted


Matched Subspace Detector
An example implementation of Matched Subspace Detector with Noise and Interference

10 years ago | 1 download |

Thumbnail

Submitted


System Identification of an ARARX model
System Identification using GLS and PEM of the parameters of an ARARX model.

10 years ago | 4 downloads |

Thumbnail

Submitted


Adaptive Observer
An adaptive scheme is used to estimate state & parameters for SISO systems

10 years ago | 7 downloads |

Thumbnail

Submitted


MVDR beamformer with interference
MVDR beamformer with interference

10 years ago | 7 downloads |

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

12 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

12 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

12 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12 years ago