RadarSimM Documentation

MATLAB interface for radar simulation

View the Project on GitHub radarsimx/radarsimm

RadarSim.Receiver

← Back to index

Properties

Name Default
version_ ’’
fs_  
noise_figure_  
rf_gain_  
baseband_gain_  
load_resistor_  
noise_bandwidth_  
bb_type_  
channels_ {}
rx_ptr 0

Methods

obj = Receiver(fs, rf_gain, load_resistor, baseband_gain, kwargs)

Constructor for the Receiver class. Initializes the receiver with specified parameters.

Parameters:

add_rxchannel(obj, rx_ch)

Add a receiver channel Adds a receiver channel to the Receiver object.

Parameters:

reset(obj)

Reset the receiver Resets the Receiver object, freeing any allocated resources.

delete(obj)

Delete the receiver Deletes the Receiver object and unloads the library if loaded.


Copyright (C) 2023 - 2026 RadarSimX LLC