Define level of noise on data set
2 次查看(过去 30 天)
显示 更早的评论
Hello world,
i have a data set of 10X9702 size, with ordinal values in the range of 1-5, where I add "noise" through this process:
for j=1:10
for i=1:length(A)
A(randi([1,10]),i)=randi([1,5]);
end
end
I was wondering whether there is a way that I can measure the "noise" of the whole data set, with a command such as snr, as I think that this one does not work for the nature of my data.
Best regards,
A.K
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Structures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!