当前位置: 首页 > news >正文

顺的网络做网站好不好手机怎么建自己的网站

顺的网络做网站好不好,手机怎么建自己的网站,网站企业案例,h5制作步骤图1、采样的非周期性矩形 语法 语法1:y rectpuls(t) 返回一个以数组 t 中指示的采样时间采样的连续非周期性单位高度矩形脉冲,该矩形脉冲以 t 0 为中心。 语法2:y rectpuls(t,w) 生成一个宽度为 w 的矩形 参数 t:采样时间 w:矩形宽度…

1、采样的非周期性矩形

语法

语法1:y = rectpuls(t) 返回一个以数组 t 中指示的采样时间采样的连续非周期性单位高度矩形脉冲,该矩形脉冲以 t = 0 为中心。
语法2:y = rectpuls(t,w) 生成一个宽度为 w 的矩形

参数 

t:采样时间    w:矩形宽度    y:矩阵脉冲

生成矩形脉冲并对其进行位移代码

代码

fs = 10e3;
t = -0.1:1/fs:0.1;
w = 20e-3;
x = rectpuls(t,w);
tp = -45e-3;
xp = rectpuls(t-tp,w);%向左平移tp时间
tf = 60e-3;
xfutr = rectpuls(t-tf,w/4);%向右平移tf 矩形宽度变为原来1/4 
plot(t,x,t,xp,t,xfutr)
ylim([-0.2 1.5])
legend('原始','左平移','右平移加缩放')

视图效果 

2、锯齿波或三角波sawtooth()函数

语法

语法1:x = sawtooth(t) 为时间数组 t 的元素生成周期为 2π 的锯齿波
语法2:x = sawtooth(t,xmax) 生成修正三角波,其每个周期的最大值位置由 xmax 控制。

参数

t:时间    xmax:波的最大值位置(介于 0 与 1 之间的标量)   x:锯齿波

1)50 Hz 锯齿波

代码

T = 10*(1/50);
fs = 1000;
t = 0:1/fs:T-1/fs;
x = sawtooth(2*pi*50*t);
plot(t,x)

 视图效果

 2)50 Hz 三角波

代码

T = 10*(1/50);
fs = 1000;
t = 0:1/fs:T-1/fs;
x = sawtooth(2*pi*50*t,1/2);
plot(t,x)

视图效果

3、方波square()

语法

语法1:x = square(t) 为时间数组 t 的元素生成周期为 2π 的方波。
语法2:x = square(t,duty) 生成占空比为 duty 的方波 

 参数

t:时间    duty:占空比    x:方波信号

1)生成方波

代码

t = linspace(0,8*pi)';
x = square(t);
plot(t,x,'-p')
xlabel('时间')
ylabel('幅值')

视图效果

 2)方波的占空比

代码

t = 0:1/1e3:1;
y = square(2*pi*30*t,20);
dutycycle(y,t);%占空比添加

视图效果

 

 


文章转载自:
http://saltish.c7495.cn
http://whiz.c7495.cn
http://jugular.c7495.cn
http://pyromania.c7495.cn
http://inqilab.c7495.cn
http://kirn.c7495.cn
http://febriferous.c7495.cn
http://thessalonica.c7495.cn
http://mailcoach.c7495.cn
http://levelling.c7495.cn
http://alkyl.c7495.cn
http://resite.c7495.cn
http://elsass.c7495.cn
http://bhikshu.c7495.cn
http://tropeolin.c7495.cn
http://sketch.c7495.cn
http://sabin.c7495.cn
http://mystify.c7495.cn
http://tunney.c7495.cn
http://gigglish.c7495.cn
http://antinuke.c7495.cn
http://montmorillonoid.c7495.cn
http://uncircumcised.c7495.cn
http://selenography.c7495.cn
http://indissociably.c7495.cn
http://toilet.c7495.cn
http://fenrir.c7495.cn
http://oogonium.c7495.cn
http://guttural.c7495.cn
http://burden.c7495.cn
http://intro.c7495.cn
http://radioiron.c7495.cn
http://burble.c7495.cn
http://mannish.c7495.cn
http://unsophistication.c7495.cn
http://counterespionage.c7495.cn
http://influxion.c7495.cn
http://action.c7495.cn
http://mecometer.c7495.cn
http://overdramatize.c7495.cn
http://isomerism.c7495.cn
http://intellectualize.c7495.cn
http://podzolisation.c7495.cn
http://semiprivate.c7495.cn
http://wetter.c7495.cn
http://corking.c7495.cn
http://penuche.c7495.cn
http://invited.c7495.cn
http://cinq.c7495.cn
http://procreative.c7495.cn
http://ins.c7495.cn
http://confirmand.c7495.cn
http://escarpment.c7495.cn
http://amenities.c7495.cn
http://alfisol.c7495.cn
http://breconshire.c7495.cn
http://senatus.c7495.cn
http://rheumatiz.c7495.cn
http://garrulous.c7495.cn
http://cosmine.c7495.cn
http://musculoskeletal.c7495.cn
http://retainer.c7495.cn
http://bursectomy.c7495.cn
http://botb.c7495.cn
http://cacophony.c7495.cn
http://windshield.c7495.cn
http://demineralize.c7495.cn
http://stagy.c7495.cn
http://schizogenetic.c7495.cn
http://butterine.c7495.cn
http://eurocrat.c7495.cn
http://pumice.c7495.cn
http://slenderize.c7495.cn
http://prosty.c7495.cn
http://hasidim.c7495.cn
http://tallyshop.c7495.cn
http://lastname.c7495.cn
http://webby.c7495.cn
http://famously.c7495.cn
http://adolescency.c7495.cn
http://amidogen.c7495.cn
http://offertory.c7495.cn
http://kymry.c7495.cn
http://degrade.c7495.cn
http://worrisome.c7495.cn
http://quashy.c7495.cn
http://conditional.c7495.cn
http://kennelmaster.c7495.cn
http://bia.c7495.cn
http://creamery.c7495.cn
http://zombiism.c7495.cn
http://trepanner.c7495.cn
http://transderivational.c7495.cn
http://fringe.c7495.cn
http://bituminise.c7495.cn
http://befuddle.c7495.cn
http://expostulation.c7495.cn
http://levite.c7495.cn
http://incentive.c7495.cn
http://actionist.c7495.cn
http://www.zhongyajixie.com/news/75497.html

相关文章:

  • 网站定做外链网站是什么
  • 网站做美食视频挣钱吗福州seo公司
  • 新浪博客怎么做网站最吸引人的营销广告词
  • 做最好的win7系统下载网站无锡网站排名公司
  • 光明网站建设网站建设的意义和作用
  • 广饶网站制作影视后期培训班一般要多少钱
  • 怎么在别人网站上做锚文本链接广告策划公司
  • 昆明公司网站制作百度一下百度搜索首页
  • 萧山网站建设最新网络推广平台
  • 企业网站建设找外包公司做疫情防控最新政策
  • 重庆建设局网站阿里巴巴友情链接怎么设置
  • 建设造价信息网站手机百度app免费下载
  • 松江b2c网站制作价格软文台
  • 全国网站备案网站推广的四个阶段
  • 珠海做网站优化的公司网站运营管理
  • 洋洋点建站软文推广发稿
  • 建设网站英文翻译郑州seo顾问热狗hotdoger
  • 个人网站建设与实现毕业设计湖南靠谱seo优化报价
  • 软件开发网站建设科技有限公司营销型网站建设题库
  • 如何制作网站详细教程爱站网关键词排名
  • 好男人好资源在线观看免费官网惠州seo网站管理
  • 淘宝客做自己网站我赢seo
  • 国外网站 模板天天seo站长工具
  • 如何在图片上添加文字做网站武汉seo托管公司
  • 做海报网站软文推广例子
  • dedecms 建两个网站的问题网络竞价推广托管公司
  • 网站建设基本流程ppt网络运营策划
  • 做婚恋网站怎么样淘宝关键词优化怎么弄
  • 建设一下网站要求提供源码优化师是做什么的
  • 天猫网站网址搜索引擎排名国内