MATLAB 도움말 센터
Stop transmission from an NI USRP radio device
Since R2024a
stopTransmission(device)
stopTransmission(device) stops continuous IQ waveform transmission from the specified NI™ USRP™ radio device.
device
example
collapse all
This example uses:
Create a usrp System object, specifying a radio setup configuration previously saved in the Radio Setup wizard.
usrp
device = usrp("MyRadio");
Program the FPGA with your bitstream and configure the hardware interfaces.
programFPGA(device,"myBitstream.bit","myDeviceTree.dts");
Loading bitstream to FPGA... Loading bitstream to FPGA is now complete.
describeFPGA(device,"ModelName_wthandoffinfo.mat");
Specify the number of samples in the transmit waveform and allocate memory in the PL DDR Buffer.
transmitLength = 1000; device.TransmitAntennas = "DB0:RF0:TX/RX0"; device.TransmitDDRAllocation = transmitLength;
Connect to the radio and apply radio front end properties.
setup(device);
Generate random data to transmit.
wav = complex(randn(transmitLength,1),randn(transmitLength,1));
Scale the data so that the maximum real or complex value is 0.8.
wav = 0.8*(wav/max(max([abs(real(wav)),abs(imag(wav))])));
Scale the transmit data to complex int16.
txWaveform = int16(wav*double(intmax('int16')));
Transmit the generated waveform continuously.
transmit(device,txWaveform,"continuous");
Stop the continuous transmission after 5 seconds.
pause(5); stopTransmission(device);
NI USRP radio device, specified as a usrp System object™.
Introduced in R2024a
transmit
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.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
유럽
아시아 태평양
지역별 지사에 문의