Filter löschen
Filter löschen

How to add Sine component on an array?

2 Ansichten (letzte 30 Tage)
Görkem Bam
Görkem Bam am 26 Aug. 2021
Beantwortet: Cris LaPierre am 26 Aug. 2021
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.

Antworten (1)

Cris LaPierre
Cris LaPierre am 26 Aug. 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.

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by