当前位置:网站首页>Matlab Doppler effect produces vibration signal and processing
Matlab Doppler effect produces vibration signal and processing
2022-07-03 01:06:00 【51CTO】
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
边栏推荐
- [AUTOSAR XIII NVM]
- RK3568开发板评测篇(二):开发环境搭建
- 链表中的节点每k个一组翻转
- Leetcode-934: the shortest Bridge
- In the first half of 2022, there are 10 worth seeing, and each sentence can bring you strength!
- Teach you JDBC hand in hand -- structure separation
- 瑞萨RZ/G2L 处理器简介|框架图|功耗|原理图及硬件设计指南
- 【C语言】分支和循环语句(上)
- 1.11 - bus
- Vulkan practice first bullet
猜你喜欢
[flutter] icons component (load the built-in icon of flutter | display the material design icon completely)
The arm core board / development board of Feiling equipped with Ti am62x made its debut in embedded world 2022
Merge K sorted linked lists
测试右移:线上质量监控 ELK 实战
Correctly distinguish the similarities and differences among API, rest API, restful API and web service
ROS2之ESP32简单速度消息测试(极限频率)
无向图的割点
[love crash] neglected details of gibaro
The difference between tail -f, tail -f and tail
Linear programming of mathematical modeling (including Matlab code)
随机推荐
链表中的节点每k个一组翻转
正确甄别API、REST API、RESTful API和Web Service之间的异同
[AUTOSAR XIII NVM]
lex && yacc && bison && flex 配置的問題
Web2.0 giants have deployed VC, and tiger Dao VC may become a shortcut to Web3
leetcode-871:最低加油次数
瑞萨RZ/G2L 处理器简介|框架图|功耗|原理图及硬件设计指南
leetcode-224:基本计算器
Problèmes de configuration lex & yacc & Bison & Flex
Data analysis, thinking, law breaking and professional knowledge -- analysis method (I)
Assets, vulnerabilities, threats and events of the four elements of safe operation
Cordova plugin device obtains the device information plug-in, which causes Huawei to fail the audit
leetcode-849:到最近的人的最大距离
465. 最优账单平衡 DFS 回溯
【AutoSAR 四 BSW概述】
2022.2.14 resumption
matlab查找某一行或者某一列在矩阵中的位置
全志A40i/T3如何通过SPI转CAN
File operation io-part2
瑞萨电子RZ/G2L开发板上手评测