当前位置:网站首页>[matlab] communication signal modulation general function - low pass filter
[matlab] communication signal modulation general function - low pass filter
2022-07-04 05:00:00 【Embedded workplace】
Catalog
low pass filter
function [t,st] = lpf(f,sf,B)
%This function filter an input data using a lowpass filter at frequency domain
%Inputs:
% f: frequency samples
% sf: input data spectrum samples
% B: lowpass's bandwidth with a rectangle lowpass
%Outputs:
% t: time samples
% st: output data's time samples
df = f(2)-f(1);
T = 1/df;
hf = zeros(1,length(f));
bf = [-floor(B/df): floor(B/df)] + floor(length(f)/2);
hf(bf) = 1;
yf = hf.*sf;
[t,st] = F2T(f,yf);
st = real(st);
边栏推荐
- MySQL indexes and transactions
- 【MATLAB】通信信号调制通用函数 — 带通滤波器
- Using jsts in esmodule environment
- [matlab] matlab simulation - low pass Gaussian white noise
- 电子元器件商城与数据手册下载网站汇总
- Zhongke Panyun - data analysis and forensics packet flag
- [matlab] matlab simulates digital baseband transmission system - digital baseband transmission system
- 6-5 vulnerability exploitation SSH weak password cracking and utilization
- 抓包整理外篇fiddler———— 会话栏与过滤器
- 《Cross-view Transformers for real-time Map-view Semantic Segmentation》论文笔记
猜你喜欢
MySQL indexes and transactions
Beipiao programmer, 20K monthly salary, 15W a year, normal?
ADB tools
全国职业院校技能大赛(中职组)网络安全竞赛试题—解析
6-4 vulnerability exploitation SSH banner information acquisition
RAC delete damaged disk group
分享一些我的远程办公经验
Utiliser des unités de mesure dans votre code pour une vie meilleure
TCP状态转换图
定制一个自己项目里需要的分页器
随机推荐
Zkevm (12) state proof of appliedzkp
【MATLAB】MATLAB 仿真模拟调制系统 — DSB 系统
Correct the classpath of your application so that it contains a single, compatible version of com.go
电子元器件商城与数据手册下载网站汇总
Zhongke Panyun - module a infrastructure setting and safety reinforcement scoring standard
【MATLAB】MATLAB 仿真 — 低通高斯白噪声
[matlab] matlab simulation - narrow band Gaussian white noise
MAUI 入门教程系列(5.XAML及页面介绍)
拼夕夕二面:说说布隆过滤器与布谷鸟过滤器?应用场景?我懵了。。
Roles of rollup components
Technology Management - learning / practice
Flutter 调用高德地图APP实现位置搜索、路线规划、逆地理编码
【MATLAB】MATLAB 仿真模拟调制系统 — FM 系统
郑州正清园文化传播有限公司:针对小企业的7种营销技巧
Developing mqtt access program under QT
在代碼中使用度量單比特,從而生活更美好
NTFS 安全权限
中职组网络安全—内存取证
2022广东省赛——编码信息获取 解析flag
Use units of measure in your code for a better life