speech tx and rx model
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i want to speech transmit and receive. i m wave file to input bpsk then awgn channel block and bpsk dmod block and audio device.. the error occurs input must be inter from 0 to m-1..
0 comentarios
Respuestas (2)
Walter Roberson
el 3 de Oct. de 2012
bpsk is for transmitting symbols of an "alphabet" that has m different symbols in it. You must convert your input signal into symbols before you can transmit them.
There are multiple ways of converting input into symbols. One of the ways, for example, is to use Huffman encoding.
2 comentarios
Sachin Ganjare
el 17 de Oct. de 2012
Editada: Sachin Ganjare
el 17 de Oct. de 2012
You can refer below link:
Hope it helps!!!
0 comentarios
Ver también
Categorías
Más información sobre BPSK en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!