代码搜索:波形合成
找到约 3,528 项符合「波形合成」的源代码
代码结果 3,528
www.eeworm.com/read/344957/11849797
c pwm1.c
//程序名:脉宽调制输出(PWM).
//功 能:在RB3输出PWM波形,循环控制LED的渐明渐暗.
//编 写:李四
//日 期:2007-11-4
//修 改:
//版 本:
//平 台:MPLAB IDE V7.51+PICC 8.05
//单片机:PIC16F648A-I/P
//晶 振:4M
//******************************
www.eeworm.com/read/343634/11937843
m zdiric.m
%产生Dirichlet函数波形
x=0:0.01:8*pi;
y1=diric(x,5); %n为奇数时,周期为2*pi
y2=diric(x,4); %n为偶数时,周期为4*pi
subplot(2,1,1),
plot(x,y1);
axis tight;
subplot(2,1,2),
plot(x,y2);
axis tight;
www.eeworm.com/read/255322/12089764
c lcd320240.c
/*-------------------------------------------------------------------
库名:LCD320240.C
功能:定义了LCD320240(SED1335控制器)常用的操作功能函数,及显示用表格
菜单模板,演示用静态正弦函数显示.
注意:波形显示在第一层,网格坐标显示在第二层,汉字菜单显示
www.eeworm.com/read/226673/14455626
m manchest.m
clear all;
close all;
%双相码波形及功率谱密度
L=16;%每个码元的采样点数
TS=1;%码元周期
x=round(rand(1,1000));%产生0,1随机序列
t=0:1/L:length(x);%定义对应时间序列
for i=1:length(x)%进行编码
if(x(i)==1)%若输入信息为1
for j=1:L/2
www.eeworm.com/read/221223/14752855
m examp16_1.m
clc;
clear;
%生成3个正弦信号
N=1024;
t=1:N;
x1=sin(3*t);
x2=sin(0.3*t);
x3=sin(0.03*t);
%绘制其波形
figure(1);
subplot(3,1,1);plot(t,x1,'LineWidth',2);
xlabel('时间 t/s');ylabel('(sig1)幅值 A');
axis([0 1
www.eeworm.com/read/9134/163320
plg drawing_line.plg
礦ision3 Build Log
Project:
D:\新建文件夹\ic资料\在LCD12864上显示波形\5-drawing-line\drawing_line.uv2
Project File Date: 08/15/2007
Output:
Build target 'Ta
www.eeworm.com/read/461648/1551929
m program_16_01.m
%生成3个正弦信号
N=1024;
t=1:N;
x1=sin(3*t);
x2=sin(0.3*t);
x3=sin(0.03*t);
%绘制其波形
figure(1);
subplot(3,1,1);plot(t,x1,'LineWidth',2);
xlabel('时间 t/s');ylabel('(sig1)幅值 A');
axis([0 1200 -2 2]);
s
www.eeworm.com/read/318233/3571003
m program_16_01.m
%生成3个正弦信号
N=1024;
t=1:N;
x1=sin(3*t);
x2=sin(0.3*t);
x3=sin(0.03*t);
%绘制其波形
figure(1);
subplot(3,1,1);plot(t,x1,'LineWidth',2);
xlabel('时间 t/s');ylabel('(sig1)幅值 A');
axis([0 1200 -2 2]);
s
www.eeworm.com/read/452446/6785708
h sinx.h
//正弦表;每半个周期256个取值,最大限度保证波形不失真。
//各个值通过MATLAB算出,并四设五如取整。具体程序如下
#ifndef __sinx_h__
#define __sinx_h__
unsigned char code sin_num[]={
0,0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 2,
www.eeworm.com/read/472933/6860100
h sinx.h
//正弦表;每半个周期256个取值,最大限度保证波形不失真。
//各个值通过MATLAB算出,并四设五如取整。具体程序如下
#ifndef __sinx_h__
#define __sinx_h__
unsigned char code sin_num[]={
0,0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 2,