当前位置:网站首页>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
边栏推荐
- [shutter] image component (configure local GIF image resources | load placeholder with local resources)
- matlab将数字矩阵保存为地理空间数据出错,显示下标索引必须为正整数类型或逻辑类型,解决
- 删除有序链表中重复的元素-II
- 用Go+绘制爱心给心爱的她表白
- 数组与集合性能比较
- ROS2之ESP32简单速度消息测试(极限频率)
- Teach you JDBC hand in hand -- structure separation
- 1.11 - bus
- Specified interval inversion in the linked list
- Test shift right: Elk practice of online quality monitoring
猜你喜欢

Correctly distinguish the similarities and differences among API, rest API, restful API and web service

Initial order of pointer (basic)

Asynchronous, email and scheduled tasks
![[case sharing] let the development of education in the new era advance with](/img/11/af88d16dc66f00840cbfc5ba5d68bd.jpg)
[case sharing] let the development of education in the new era advance with "number"

What is needed to develop a domestic arm intelligent edge computing gateway

世平信息首席科学家吕喆:构建以数据和人员为中心的安全能力

飞凌搭载TI AM62x的ARM核心板/开发板首发上市,亮相Embedded World 2022

拥抱平台化交付的安全理念

excel去除小数点后面的数据,将数字取整

安全运营四要素之资产、脆弱性、威胁和事件
随机推荐
Embrace the safety concept of platform delivery
FPGA - 7系列 FPGA内部结构之Clocking -04- 多区域时钟
解决ReactNative使用webView存在缓存问题
指针初阶(基础)
lex && yacc && bison && flex 配置的問題
leetcode:701. 二叉搜索树中的插入操作【bst的插入】
这不平凡的两年,感谢我们一直在一起!
寻找标杆战友 | 百万级实时数据平台,终身免费使用
Win10 can't be installed in many ways Problems with NET3.5
Advanced pointer (I)
[introduction to AUTOSAR seven tool chain]
拥抱平台化交付的安全理念
[AUTOSAR eight OS]
Key detection and sinusoidal signal output developed by Arduino
Sentry developer contribution Guide - configure pycharm
Vulkan performance and refinement
比较版本号
全志A40i/T3如何通过SPI转CAN
Initial order of pointer (basic)
Leetcode-871: minimum refueling times