当前位置:网站首页>matlab 风速模型 小波滤波
matlab 风速模型 小波滤波
2022-08-01 05:25:00 【studyer_domi】
1、内容简介
略
469-可以交流、咨询、答疑
2、内容说明
任务要求
设A为函数A=3+ 2sin32t+ 1/5sin*(1/10π)te
N序列是为噪声,模型为大气的阵风模型,在网上csdn能找到4
wwww
任务要求:其实就是在A模型.上叠加一-个噪音,然后把这个噪音用滤波的方法滤掉,但是这
个噪音的模型必须是阵风的模型,阵风的模型最好能调整到32赫兹。A函数是-个连续的
解析函数,基本构成就是一-个定值加一-个高阶的三角函数。
要求:有A的图像
有N的图像小
有A+N的图像
和滤波后的图像
以及差值图像
全套程序代码等相关文件。
3、仿真分析
clc
close all
clear
rng default
fs = 200; %采样频率
t = 0:1/fs:50; %时间信号
A = 3+2*sin(20*t)+sin(2*pi*t); %A模型数据
figure
plot(t,A)
xlabel 时间/s
ylabel 幅值
title A信号
% 0.5*sin(80*t) + 0.5*cos(60*t)+
N = 0.5*sin(40*t) + 0.5*cos(60*t)+0.1*rand(1,length(t)); %随机信号
figure
plot(t,N)
xlabel 时间/s
ylabel 幅值
title N信号
signal = A + N; %加入噪音的模型数据;
figure
plot(t,signal)
xlabel 时间/s
ylabel 幅值
title A+N信号
[xd,cxd,lxd] = wden(signal,'sqtwolog','s','one',2,'db3');
figure
plot(t,xd,t,A); %Mix_Signal_1 小波滤波后信号


4、参考论文
略
边栏推荐
猜你喜欢

pytroch、tensorflow对比学习—搭建模型范式(低阶、中阶、高阶API示例)

pytroch、tensorflow对比学习—专栏介绍

MySQL-Data Definition Language-DDLdatebase define language

Robot_Framework: keyword

类神经网络训练不起来怎么办

Robot_Framework:常用内置关键字

PAT serie b write the number 1002

NDK does not contain any platforms problem solving

备战金九银十,如何顺利通过互联网大厂Android的笔面试?

零序电流继电器器JL-8C-12-2-2
随机推荐
Robot_Framework: keyword
Robot growth in China
图片更新之后Glide加载依旧是原来的图片问题
A,H,K,N
leetcode43 string multiplication
MySQL-DML language-database operation language-insert-update-delete-truncate
Selenium: Element wait
Selenium: element judgment
4D line-by-line analysis and implementation of Transformer, and German translation into English (3)
中国的机器人增长
Causes and solutions of lock table
pytorch、tensorflow对比学习—功能组件(优化器、评估指标、Module管理)
Jupyter shortcuts
对话MySQL之父:一个优秀程序员可抵5个普通程序员
leetcode125 验证回文串
权重等比分配
Robot_Framework: Assertion
文件的异步读写
vsce package 后出现 Command failed: npm list --production --parseable --depth=99999 --loglevel=error异常
y83. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Advanced Prometheus Alarm Mechanism (14)