代码搜索:波形合成
找到约 3,528 项符合「波形合成」的源代码
代码结果 3,528
www.eeworm.com/read/187659/8612244
asv untitled.asv
t=80;%定义时间长度为60
y=1;%定义列数为1
msg = randint(t,y);%产生二进制基带信号msg
noise = wgn(60,1,6);
stairs(msg);
title('随机产生二进制数字基带信号码元');%画出波形图并命名
www.eeworm.com/read/284592/8914856
h update.h
#ifndef _Update_H
#define _Update_H
//波形高低电平时间参数
#define T_IDB8962A_H 0x0190
#define T_IDB8962A_L 0x00A0
#define T_IDB8968D_H 0X0190
#define T_IDB8968D_L 0X00A0
www.eeworm.com/read/375257/9367147
m f6_2.m
%产生两分量信号
N=128;
%%信号分量1
[sig1,ifl1]=fmsin(N,0.15,0.45,100,1,0.4,-1);
%%信号分量2
[sig2,ifl2]=fmhyp(N,[1,0.5],[32,0.05]);
sig=sig1+sig2;
%时域波形
plot(real(sig),'LineWidth',2);
xlabel('时间 t');
ylabe
www.eeworm.com/read/362591/9989900
plg boxing.plg
礦ision3 Build Log
Project:
F:\proteus仿真实例\简易波形发生器\boxing.uv2
Project File Date: 09/07/2008
Output:
Build target 'Target 1'
linking...
Progra
www.eeworm.com/read/362591/9989945
plg text1.plg
礦ision3 Build Log
Project:
F:\proteus仿真实例\简易波形发生器\text1.uv2
Project File Date: 09/07/2008
Output:
Build target 'Target 1'
compiling text1.c..
www.eeworm.com/read/360892/10073274
c telcontrol.c
#include "msp430x11x1.h"
unsigned char count; // 0.1秒定时中断中,计数中断的次数
unsigned char ok; // 0.1秒定时中断中,检查忙音波形是否正确,正确加一
unsigned char sys_state; // 系统状态,0->挂机态 1->通话态
void delay(uns
www.eeworm.com/read/359529/10140480
m f6_2.m
%产生两分量信号
N=128;
%%信号分量1
[sig1,ifl1]=fmsin(N,0.15,0.45,100,1,0.4,-1);
%%信号分量2
[sig2,ifl2]=fmhyp(N,[1,0.5],[32,0.05]);
sig=sig1+sig2;
%时域波形
plot(real(sig),'LineWidth',2);
xlabel('时间 t');
ylabe
www.eeworm.com/read/359349/10154020
m tran.m
%============================================================
% 程序名:tran.m
% 设f(t)=(t/4+1)[u(t+2)-u(t-2)]
% 本程序分别画出f(t+t0)、f(t-t0)、f(-t)的波形,
% 同时还给出f(t)在时域中的压缩(a>1)和扩展(a
www.eeworm.com/read/161995/10348425
m f6_2.m
%产生两分量信号
N=128;
%%信号分量1
[sig1,ifl1]=fmsin(N,0.15,0.45,100,1,0.4,-1);
%%信号分量2
[sig2,ifl2]=fmhyp(N,[1,0.5],[32,0.05]);
sig=sig1+sig2;
%时域波形
plot(real(sig),'LineWidth',2);
xlabel('时间 t');
ylabe
www.eeworm.com/read/425287/10365443
m f6_2.m
%产生两分量信号
N=128;
%%信号分量1
[sig1,ifl1]=fmsin(N,0.15,0.45,100,1,0.4,-1);
%%信号分量2
[sig2,ifl2]=fmhyp(N,[1,0.5],[32,0.05]);
sig=sig1+sig2;
%时域波形
plot(real(sig),'LineWidth',2);
xlabel('时间 t');
ylabe