Data transfer from one pc to another using pulse coded modulation

Course Queries Syllabus Queries 3 years ago

3.17K 2 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

i have an question for you,that can we transfer data from one pc to another using PCM(Pulse Coded Modulation)technique(With cpp's socket programming)?If yes then how?

0 views
0 shares

profilepic.png
manpreet 3 years ago

No, you cannot transfer data from one PC to another "using" PCM per se. However, you can certainly transfer PCM encoded data using C++ and socket programming, which is actually using TCP/IP or UDP/IP etc to transfer your data between PCs.

You would do this by establishing a socket connection between your sending/receiving machines, and then streaming your PCM encoded data into the socket interface on the sending side, and reading it back out at the receiver side.


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum