Bpsk modulation on video format
이전 댓글 표시
hey...i am workin on video transmission...but i dont know how to do modulation on avi video format through bpsk...can anyone help in the coding?? thanks
답변 (1개)
Walter Roberson
2013년 3월 14일
0 개 추천
bpsk() does not care what kind of data you are sending through it. So concentrate first on a protocol that can send video data over a link, and then worry about bpsk encoding of the data link.
Note: depending on how noisy your channel is, you might need to take into account the possibility of data corruption in transmission. Building a transmission protocol that can handle video with possible data corruption is much more tricky than worrying about bpsk.
카테고리
도움말 센터 및 File Exchange에서 BPSK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!