how to generate specific data with certain data rate

조회 수: 2 (최근 30일)
mspdivo
mspdivo 2012년 6월 27일
i want to generate data ( 01001111010001 ) with data rate (200kb/sec ) . i ask how to generate this data with this certain data rate
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 6월 27일
Is this a Simulink question? Or is it a question about outputting to a serial port? Or through a digital to analog convertor? Or through speakers ? Or ... ?

댓글을 달려면 로그인하십시오.

답변 (2개)

mspdivo
mspdivo 2012년 6월 28일
i need to generate this data to transmit with usrp device which connect to pc by usb .( i use usrp to send data wireless in radio frequency ) Thanks for attention mr Walter Roberson . and i wait your answer ?

Walter Roberson
Walter Roberson 2012년 6월 28일
Fixed-rate data cannot be transmitted by USB: USB is not designed for it. At least not if you need reliable data transfer to the USB-connected device: if you are willing to use unreliable transmission mode then USB is designed to allow "bandwidth reservation".
Unfortunately, MATLAB does not have any interface to that level of USB control.
Does the USRP device appear as a virtual serial port to the device manager? If it does then those transmissions are considered unreliable and there is no way (that I know of) to do bandwidth reservation for virtual serial ports (certainly not within MATLAB). Bandwidth reservation in USB is typically used for audio or video

카테고리

Help CenterFile Exchange에서 Communications Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by