当前位置:网站首页>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
边栏推荐
- Leetcode-1964: find the longest effective obstacle race route to each position
- How to find out the currently running version of Solr- How do I find out version of currently running Solr?
- 关于Fibonacci数列
- 测试右移:线上质量监控 ELK 实战
- Tensorflow 2. Chapter 15 of X (keras) source code explanation: migration learning and fine tuning
- Rk3568 development board evaluation (II): development environment construction
- 异步、郵件、定時三大任務
- Advanced pointer (I)
- Illustrated network: what is virtual router redundancy protocol VRRP?
- Correctly distinguish the similarities and differences among API, rest API, restful API and web service
猜你喜欢
Liad: the consumer end of micro LED products is first targeted at TVs above 100 inches. At this stage, it is still difficult to enter a smaller size
Web2.0 giants have deployed VC, and tiger Dao VC may become a shortcut to Web3
Leetcode-849: maximum distance to the nearest person
1.12 - Instructions
Understanding and distinguishing of some noun concepts in adjustment / filtering
【AutoSAR 四 BSW概述】
寻找标杆战友 | 百万级实时数据平台,终身免费使用
[AUTOSAR + IO Architecture]
【AutoSAR 二 AppL概述】
Initial order of pointer (basic)
随机推荐
leetcode-241:为运算表达式设计优先级
Merge K sorted linked lists
leetcode:701. 二叉搜索树中的插入操作【bst的插入】
Solve the cache problem of reactnative using WebView
Win10 can't be installed in many ways Problems with NET3.5
[AUTOSAR nine c/s principle Architecture]
Leetcode-1964: find the longest effective obstacle race route to each position
鏈錶內指定區間反轉
Sentry developer contribution Guide - configure pycharm
电话网络问题
Thread start and priority
深度剖析数据在内存中的存储
Rk3568 development board evaluation (II): development environment construction
leetcode-871:最低加油次数
ROS2之ESP32简单速度消息测试(极限频率)
详解RDD基本概念、RDD五大属性
安全运营四要素之资产、脆弱性、威胁和事件
Liad: the consumer end of micro LED products is first targeted at TVs above 100 inches. At this stage, it is still difficult to enter a smaller size
[AUTOSAR five methodology]
Several cases of recursive processing organization