t = nextTime(TX_or_RX)
returns the leading edge of the next transmission time when TX_or_RX is
a bistaticTransmitter object or the start time of the next receive window
when TX_or_RX is a bistaticReceiver object.
This example shows how to verify the start times of the transmission and the receive window for a bistatc transmitter and receiver object, recpectively.
Verify the Start Time of the Next Transmission
Create a bistatic transmitter object with an initial time of 10 seconds and verify that the first transmission occurs at this time.
tx = bistaticTransmitter(InitialTime=10);
t = nextTime(tx)
t =
10
Verify the Start Time of the Next Receive Window
Create a bistatic receiver object with an initial time of 10 seconds. Verify that the start time for the next receive window is the initial time plus the receive window length.
Rx = bistaticReceiver(InitialTime=10);
t = nextTime(Rx)
Returns the start time of the next transmission for a bistatic transmitter input or
the start time of the next receive window for a bistatic receiver input. Units are in
seconds.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Website auswählen
Wählen Sie eine Website aus, um übersetzte Inhalte (sofern verfügbar) sowie lokale Veranstaltungen und Angebote anzuzeigen. Auf der Grundlage Ihres Standorts empfehlen wir Ihnen die folgende Auswahl: .
Sie können auch eine Website aus der folgenden Liste auswählen:
So erhalten Sie die bestmögliche Leistung auf der Website
Wählen Sie für die bestmögliche Website-Leistung die Website für China (auf Chinesisch oder Englisch). Andere landesspezifische Websites von MathWorks sind für Besuche von Ihrem Standort aus nicht optimiert.