how can i add a sin wave of 400hz with a wav format audio file of 44100hz in matlab ??
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i want to superimpose a sine wave of 400hz with a WAV file of 44100HZ. please tell me the of doing it in matlab
0 commentaires
Réponses (1)
John Petersen
le 4 Fév 2013
44100Hz refers to the sampling rate of the WAV file. Is your sine wave sampled at the same rate but is a 400Hz tone? If so, just multiply the two. If not, then you need to add interpolated points so that the two signals have the same number of points before multiplying.
0 commentaires
Voir également
Catégories
En savoir plus sur Audio Processing Algorithm Design dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!