当前位置:网站首页>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、参考论文
略
边栏推荐
猜你喜欢
Robot_Framework:常用内置关键字
WebSocket实现聊天功能
关于给Qt做一个软件初始化的进度条
Hunan institute of technology in 2022 ACM training sixth week antithesis
Malicious attacks on mobile applications surge by 500%
(2022牛客多校四)H-Wall Builder II(思维)
NDK does not contain any platforms问题解决
Selenium:操作Cookie
冲刺金九银十,Android开发面试(内含面试资料|面试题|源码)
万字逐行解析与实现Transformer,并进行德译英实战(一)
随机推荐
torch
uva10825
LeetCode 387. 字符串中的第一个唯一字符
Power button (LeetCode) 212. The word search II (2022.07.31)
SL-12/2过流继电器
(2022牛客多校四)D-Jobs (Easy Version)(三维前缀或)
[MySQL] 多表查询
PAT serie b write the number 1002
2022.7.27好题选讲
torch
(2022 Niu Ke Duo School IV) N-Particle Arts (Thinking)
2022.7.26 模拟赛
对话MySQL之父:一个优秀程序员可抵5个普通程序员
备战金九银十,如何顺利通过互联网大厂Android的笔面试?
pytorch、tensorflow对比学习—张量
第5章——以程序方式处理MySQL数据表的数据
pytroch、tensorflow对比学习—使用GPU训练模型
JWL-11/2-99.9A电流继电器
Selenium: element judgment
Malicious attacks on mobile applications surge by 500%