当前位置:网站首页>Vibration signal generation and processing based on MATLAB Doppler effect
Vibration signal generation and processing based on MATLAB Doppler effect
2022-06-29 07:32:00 【studyer_ domi】
1、 Content abstract
A little
374- Can communicate 、 consulting 、 Answering question
2、 Content description
Doppler effect (Doppler effect) In memory of the Austrian physicist and mathematician Christian · John · Doppler (Christian Johann Doppler) And named , He is in 1842 This theory was first put forward in . The main content is that the wavelength of the object radiation changes due to the relative motion of the wave source and the observer . In front of the moving wave source , The wave is compressed , The wavelength becomes shorter , The frequency becomes higher ( blue shift blue shift); Behind the moving wave source , Will have the opposite effect . The wavelength becomes longer , The frequency becomes lower ( Redshift red shift); The higher the speed of the wave source , The greater the effect . According to Bo Hong ( Or blue ) The degree of displacement , The velocity of the wave source moving in the observation direction can be calculated . [1]
The shift of the stellar spectral line shows the speed of the star moving in the observation direction , Unless the speed of the wave source is very close to the speed of light , Otherwise, the degree of Doppler shift is generally very small . All wave phenomena have Doppler effect .
3、 Simulation analysis
tic;clc;close all;clear all;
%% The vibration signal passes through Doppler_Generator Function simulation into dynamic signal
fs=55000
c=340;V0=80;x0=80;r=1;
load 170.mat
X170_DE_time=X170_DE_time(1:100000);
X170_DE_time=X170_DE_time'
[~,~,~,Doppler_bearing_sig]=Doppler_Generator(X170_DE_time,fs,c,r,x0,V0);
%% Filter processing
fs=50000;
wp=[1000,4000];
[b,a]=butter(4,wp/(fs/2));
f_sig=filter(b,a,Doppler_bearing_sig);
figure
plot(f_sig);xlabel(' Distorted signal points ');ylabel(' Distorted signal amplitude ');
title(' Modulated target distortion signal ');
% %% The Fourier transform , Convert time domain signal into frequency domain signal
% [f1,Yf1] = fuliye(f_sig,fs,0);
% figure;plot(f1,Yf1);

4、 Reference paper
A little
边栏推荐
- Chinese garbled code on idea console [valid through personal test]
- YGG cooperated with Web3 platform leader to empower the creative community with Dao tools and resources
- Markdown skill tree (1): introduction to markdown
- 循环嵌套问题:为什么大循环在内,小循环在外可以提高程序的运行效率
- How to talk about salary correctly in software test interview?
- YGG pilipinas: typhoon Odette disaster relief work update
- Autosar SWC在Simulink中Parameter的使用
- 机器学习笔记 - 时间序列使用机器学习进行预测
- [QNX Hypervisor 2.2用户手册]6.2.1 Guest之间通信
- SYSTEMd management node exporter
猜你喜欢
![[translation] E-Cloud. Large scale CDN using kubeedge](/img/ac/178c078589bb5bc16dbdc8f4ae9525.png)
[translation] E-Cloud. Large scale CDN using kubeedge

Utilisation d'IPv6 pour réaliser l'accès public au bureau distant

机器学习笔记 - 时间序列使用机器学习进行预测

通过keyup监听textarea输入更改按钮样式

机器学习笔记 - 时间序列的混合模型

mmclassification安装与调试

Digital IC Design - UART
How to view software testing training? Do you need training?

微信小程序学习笔记(暑假)

蓝桥杯——最小框架
随机推荐
TREE ALV 展开Node或者点击Toolbar按钮时DUMP(CL_ALV_TREE_BASE==============CP|SET_ITEMS_FOR_COLUMN)
蓝桥杯——13届第二批试题解析
Who is the main body of the waiting insurance record? Record in the local network security, right?
机器学习笔记 - 时间序列使用机器学习进行预测
软件测试面试如何正确谈论薪资?
Deploy Prometheus server service system management
施努卡:3d机器视觉检测系统 3d视觉检测应用行业
Es query syntax
YGG pilipinas: typhoon Odette disaster relief work update
MIPS指令集与简要分析
Golang modifying the value of a structure slice
TF.Slim的repeat和stack操作
部署Prometheus-server服务 system管理
蓝桥杯——最小框架
Appium自动化测试基础 — ADB常用命令(二)
Markdown skill tree (1): introduction to markdown
利用Jsonp跨域请求数据
感知健康生活 赋能无界连接 ——为OpenHarmony 3.1生态构建贡献芯海力量
HANA数据库License的查看申请及安装
Markdown skill tree (5): picture