Matlab Project Ideas: 70+ Creative Ideas for Students

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 7K views
cmajor47
Messages
53
Reaction score
0

Homework Statement


I need to do a final project for my Intro to MATLAB class and I have no idea what to do it on. Does anyone have any ideas for a program I could create? Other students are doing card tricks or games like MASH.
 
Physics news on Phys.org
cmajor47 said:

Homework Statement


I need to do a final project for my Intro to MATLAB class and I have no idea what to do it on. Does anyone have any ideas for a program I could create? Other students are doing card tricks or games like MASH.

Simulating a communications channel would be a good project. Have some input digital data in a file, modulate a carrier with the data, add some level of random noise to the data in the "channel", then demodulate the result to compare to the original data. Graph the error rate versus the level of noise that you introduce into the channel. Then you could try different modulation/demod schemes, to see which ones give you the best error rate performance.

Fun project! Even if you just do a simplified version of it, you will still learn a lot.