How to add Sine component on an array?

1 次查看(过去 30 天)
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.

回答(1 个)

Cris LaPierre
Cris LaPierre 2021-8-26
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.

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by