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 Exchange에서 Resizing 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