How to add Sine component on an array?

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 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeResizing and Reshaping Matrices についてさらに検索

製品

質問済み:

2021 年 8 月 26 日

回答済み:

2021 年 8 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by