我是靠谱客的博主 热情大侠,最近开发中收集的这篇文章主要介绍matlab中signal函数用法,matlab用于数字调制,几个函数的使用问题,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

help dmod

DMOD

WARNING: This is an obsolete function and may be removed in the future.

Please use PAMMOD, QAMMOD, GENQAMMOD, FSKMOD, PSMMOD

MSKMOD instead.

请教FSKMOD中的几个参数应该如何选取!

>> help fskmod

FSKMOD Frequency shift keying modulation

Y = FSKMOD(X,M,FREQ_SEP,NSAMP) outputs the complex envelope of the

modulation of the message signal X using frequency shift keying modulation. M

is the alphabet size and must be an integer power of two.  The message

signal must consist of integers between 0 and M-1.  FREQ_SEP is the desired

separation between successive frequencies, in Hz.  NSAMP denotes the number

of samples per symbol and must be an integer greater than 1.  For two

dimensional signals, the function treats each column as one channel.

Y = FSKMOD(X,M,FREQ_SEP,NSAMP,FS) sp

最后

以上就是热情大侠为你收集整理的matlab中signal函数用法,matlab用于数字调制,几个函数的使用问题的全部内容,希望文章能够帮你解决matlab中signal函数用法,matlab用于数字调制,几个函数的使用问题所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(47)

评论列表共有 0 条评论

立即
投稿
返回
顶部