How to add Sine component on an array?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have an array with size of 999999 x 1. I would like to add white noise and sine wave with desired frequency on this array.
How can i do this?
Thanks.
0 commentaires
Réponses (1)
Cris LaPierre
le 26 Août 2021
Create a 999999x1 vector of random numbers and a 999999x1 vector containing the y values of your sine wave, and use "+" to add all 3 vectors together.
0 commentaires
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!