RadarSimM Documentation

MATLAB interface for radar simulation

View the Project on GitHub radarsimx/radarsimm

RadarSim.Transmitter

← Back to index

Properties

Name Default
version_ ’’
f_  
t_  
power_  
pulses_  
pulse_duration_  
prp_  
pulse_start_time_  
f_offset_  
tx_ptr 0
channels_ {}
delay_ []

Methods

obj = Transmitter(f, t, kwargs)

Constructor for Transmitter class. Initializes the Transmitter object with given frequency, time, and other parameters.

Parameters:

add_txchannel(obj, tx_ch)

Add transmitter channel Adds a transmitter channel to the Transmitter object.

Parameters:

reset(obj)

Reset transmitter Resets the Transmitter object, freeing any allocated resources.

delete(obj)

Delete transmitter Deletes the Transmitter object and unloads the library if loaded.


Copyright (C) 2023 - 2026 RadarSimX LLC