如何将信号噪声添加到其他信号作为主信号 [英] How Can I Add Signal Noise To Other Signal As Main Signal

查看:81
本文介绍了如何将信号噪声添加到其他信号作为主信号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好所有

我有两个信号首次用作其他用作主要信号的噪声我试图在最后添加那些信号我需要一个混有噪声的信号我该怎么办Matlab?



谢谢

解决方案

他们的总和出了什么问题?



您还可以在信号中添加某种程度的噪音,例如



结果(t) = main(t)+ k * noise(t)





0< k< 1


hello all
I have two signal first use as noise others use as main signal I am trying add those signals to each other at the end I need a signal that mixed with noise how do I in Matlab?

thanks

解决方案

What's wrong with their sum?

You may also add 'some degree' of the noise to the signal, e.g.

result(t) = main(t) + k * noise(t) 



with 0 < k < 1.


这篇关于如何将信号噪声添加到其他信号作为主信号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆