代码搜索:串行信号
找到约 10,000 项符合「串行信号」的源代码
代码结果 10,000
www.eeworm.com/read/214971/15081375
c dsk_app.c
/**********************************************************/
/* */
/* 中频软件无线电接收机子系统数字信号处理部分主程序 */
/*
www.eeworm.com/read/459066/1574447
txt 苹果桔子(vc).txt
*************************************************************
*************************************************************
//空盘子同步信号量
CSemaphore Sem_Empty_Plate(1,1,"Sem_Empty_Plate",NULL);
www.eeworm.com/read/267904/11159112
txt 新建 文本文档.txt
//------------------------------------------------------------
// spwm信号调制
//------------------------------------------------------------
#include
#include
//系统配置
www.eeworm.com/read/212964/6307886
exe 一个16位的串口收发_测试程序,调试查询式协议时比较有效,也可以发送连续的方波信号。.exe
www.eeworm.com/read/8244/144657
htm 用反相器74hc04和晶振做晶体振荡电路产生时钟信号--小俊的数字人生.htm
www.eeworm.com/read/389917/8494397
m display_i_q.m
function display_I_Q(I,Q)
fs=100000;
t=0:1/fs:0.001;
subplot(2,2,2)
plot(t,I,t,Q,'r')
xlabel('t(s)');
ylabel('蓝色I(t),红色Q(t)');
title('被调信号的正交分解信号');
axis([0 0.001 -1.5 1.5])
www.eeworm.com/read/187629/8613498
java test3.java
import java.awt.*;
import java.applet.Applet;
import java.awt.Color;
import javax.swing.JOptionPane;
public class Test3 extends Applet
{
东西向 td;
南北向 td2;
交通信号灯 a=new 交通信号灯(
www.eeworm.com/read/386819/8723885
m flch11eg2.m
t=0:0.00005:0.018;
so=380*(sin(314*t));
sn=randn(size(so));
s=so+30*sn;
figure(1)
subplot(2,2,1),plot(so),ylabel('原始信号so/V');
subplot(2,2,2),plot(s),ylabel('染噪信号sn/V');
[thr,sorh,keepapp,crit]=
www.eeworm.com/read/285949/8800346
c main.c
#include
#include
sbit CS = P1^5; /* DA片选信号 */
sbit SCLK = P1^2; /* DA时钟信号 */
sbit DIN = P1^3; /* 数字数据输入 */
char dispbuf[16]={0,1,2,3,4,5};
www.eeworm.com/read/284781/8898899
m 例程16-2.m
%生成含噪正弦信号
N=1024;
t=1:N;
sig=sin(0.03*t);
figure(1);
plot(t,sig,'LineWidth',2);xlabel('时间 t/s');ylabel('幅值 A');
%叠加信号
x=sig+randn(1,N);
figure(2)
plot(t,x,'LineWidth',2);xlabel('时间 t/s');ylab