当前位置:网站首页>【MATLAB】通信信号调制通用函数 — 插值函数
【MATLAB】通信信号调制通用函数 — 插值函数
2022-07-04 03:55:00 【嵌入式职场】
目录
插值函数
function out = sigexpand(d,M)
%将输入的序列扩展成间隔为 M-1 个 0 的序列
N = length(d);
out = zeros(M,N);
out(1,:) = d;
out = reshape(out,1,M*N);
边栏推荐
猜你喜欢
Redis: operation command for collecting set type data
Graduation project
多位科技公司创始人向Entrepreneur First提供高达1.58亿美元的C轮融资,协助其投资下一代全球创新者
附件六:防守工作简报.docx
测试 CS4344 立体声DA转换器
Correct the classpath of your application so that it contains a single, compatible version of com. go
Redis: order collection Zset type data operation command
Utiliser des unités de mesure dans votre code pour une vie meilleure
牛客小白月赛49
[Yugong series] go teaching course 001 in July 2022 - Introduction to go language premise
随机推荐
Kivy教程之 更改背景颜色(教程含源码)
疫情远程办公经验分享| 社区征文
The paddlehub face recognition scheme is deployed, and the trained model is deployed and applied in pytchrom
Instructions for LPC interrupt binding under ft2000+
Experience sharing of epidemic telecommuting | community essay solicitation
NFT new opportunity, multimedia NFT aggregation platform okaleido will be launched soon
RPC - gRPC简单的demo - 学习/实践
First knowledge of batch processing
RPC - grpc simple demo - learn / practice
Kivy教程之 自定义字体(教程含源码)
Formatted text of Kivy tutorial (tutorial includes source code)
Technology Management - learning / practice
沃博联结束战略评估,决定保留表现优异的博姿业务
PostgreSQL 正式超越 MySQL,这家伙也太强了吧!
【Go】数据库框架gorm
Wobo Union ended its strategic evaluation and decided to retain Bozi's business with excellent performance
Intersection traffic priority, illustration of intersection traffic rules
[wechat applet] good looking carousel map component
Unity Resource path
LeetCode136+128+152+148