当前位置:网站首页>[digital signal] spectrum refinement based on MATLAB analog window function [including Matlab source code 1906]
[digital signal] spectrum refinement based on MATLAB analog window function [including Matlab source code 1906]
2022-06-24 00:09:00 【Poseidon light】
One 、 How to get the code
How to get the code 1:
The complete code has been uploaded to my resources :【 digital signal 】 be based on matlab Spectrum refinement of analog window function 【 contain Matlab Source code 1906 period 】
How to get the code 2:
By subscribing to Ziji Shenguang blog Paid column , With proof of payment , Private Blogger , This code is available .
remarks :
Subscribe to Ziji Shenguang blog Paid column , Free access to 1 Copy code ( The period of validity From the Subscription Date , Valid for three days );
Two 、 Partial source code
clear;
close all;
clc;
N=50;
w=boxcar(N);
W=fft(w,256);
figure(1)
subplot(2,1,1);
stem([0:N-1],w);
subplot(2,1,2);
plot([-128:127],abs(fftshift(W)))
N=input(' Window function length =');
L=512;
f1=100;f2=120;fs=600;
ws=2*pi*fs;
t=(0:N-1)*(1/fs);
x=cos(2*pi*f1*t)+cos(2*pi*f2*t);
3、 ... and 、 Running results





Four 、matlab Edition and references
1 matlab edition
2014a
2 reference
[1] Shen Zaiyang . Master MATLAB signal processing [M]. tsinghua university press ,2015.
[2] Gao Baojian , Peng Jinye , Wang Lin , Pan Jianshou . Signals and systems —— Use MATLAB Analysis and Implementation [M]. tsinghua university press ,2020.
[3] Wang Wenguang , Wei Shaoming , Ren Xin . Signal processing and system analysis MATLAB Realization [M]. Electronic industry press ,2018.
3 remarks
This part of the introduction is taken from the Internet , For reference only , If infringement , Contact deletion
边栏推荐
- extern、struct等关键字
- SQL Server 中 GO 的用法
- 2018/gan:self attention generating adversarial networks
- What is the use of AI technology in the medical field?
- ==What is the difference between and equals?
- 元宇宙中的社会秩序
- Detailed explanation of index invalidation caused by MySQL
- All 32 keyword classifications of C language C89 (C90)
- Shuttle global levitation button
- Jimureport building block report - table linkage chart topic
猜你喜欢

Test - use case - detail frenzy

Chaos engineering, learn about it

Index principle and filling factor in database

医疗是什么?AI医疗概念解析AI

SAVE: 软件分析验证和测试平台

Generate all possible binary search trees

Taylor formula and common expansion

Windows10 security mode entry cycle blue screen repair

合成大西瓜小游戏微信小程序源码/微信游戏小程序源码

The easycvr program started abnormally as a service, but the process started normally. What is the reason?
随机推荐
如何利用数仓创建时序表
Restore IP address [standard backtracking + standard pruning]
NLP工程师是干什么的?工作内容是什么?
Notepad++ practical function sharing (common methods for replacing the end and beginning of regular lines, text comparison function, etc.)
Goodbye, 2020, this bowl of poisonous chicken soup, I'll dry it first
Chaos engineering, learn about it
超标量处理器设计 姚永斌 第3章 虚拟存储器 --3.1~3.2 小节摘录
Six complete open source projects, learning enough at a time
CPU取指到发出控制、微程序控制原理详细过程
人工智能技术岗位面试要注意什么?
String s = new string ("XYZ") how many string objects are created?
Android AIDL:跨进程调用Service (AIDL Service),kotlininvoke函数
Andorid development art exploration notes (2), cross platform applet development framework
All 32 keyword classifications of C language C89 (C90)
Synthetic big watermelon games wechat applet source code / wechat game applet source code
Web site SSL certificate
[FreeRTOS] 07 binary semaphore and count semaphore
Android App Bundle探索,客户端开发面试题目
Cvpr2019/ image translation: transgaga: geometry aware unsupervised image to image translation
Detailed process from CPU fetching to sending control and microprogram control principle