代码搜索:通信信号
找到约 10,000 项符合「通信信号」的源代码
代码结果 10,000
www.eeworm.com/read/214617/4908058
m basesignal31.m
function [ output_args ] = basesignal31( input_args )
%BASESIGNAL31 Summary of this function goes here
% Detailed explanation goes here
%% 程序名称: 基带(含噪声)信号转为二进制信号
%% 程序功能: 基带二进制信号的产生
%% 创 建 者:
www.eeworm.com/read/171278/5397667
c lcd.c
#include "..\inc\uTypes.h"
#include "..\inc\44b0x.h"
#include "..\inc\console.h"
#include "..\inc\sysUtils.h"
#define LCM_DELAY 1000
//RS 信号接在 (GPC7)
//RW 信号接在 (GPC6)
//E 信号接在 (GPC5)
#
www.eeworm.com/read/318233/3571041
m program_13_21.m
% 当前延拓模式是补零
% 装载原始信号
load sumlichr; x = sumlichr;
subplot(211), plot(x);
title('原始信号')
% 使用wpdencmp函数进行信号分解
% 寻找默认值(参见ddencmp函数)
[thr,sorh,keepapp,crit] = ddencmp('cmp','wp',x)
% 使用全局阈值进行压缩
[
www.eeworm.com/read/403179/2314890
c lcd.c
#include "..\inc\uTypes.h"
#include "..\inc\44b0x.h"
#include "..\inc\console.h"
#include "..\inc\sysUtils.h"
#define LCM_DELAY 1000
//RS 信号接在 (GPC7)
//RW 信号接在 (GPC6)
//E 信号接在 (GPC5)
#
www.eeworm.com/read/378175/2689890
m example6_10.m
%给定一个正弦信号并图示之
t=0:1000;
s=sin(0.03*t);
subplot(3,1,1);
plot(s);
axis([0 1000 -1 1]);
title('原始信号');
%=============================
%给该信号加噪声
load noissin;
ns=noissin;
subplot(3,1,2);
plot(n
www.eeworm.com/read/367675/2832834
m example6_10.m
%给定一个正弦信号并图示之
t=0:1000;
s=sin(0.03*t);
subplot(3,1,1);
plot(s);
axis([0 1000 -1 1]);
title('原始信号');
%=============================
%给该信号加噪声
load noissin;
ns=noissin;
subplot(3,1,2);
plot(n
www.eeworm.com/read/368568/9689213
bak lcd.c.bak
#include "..\inc\uTypes.h"
#include "..\inc\44b0x.h"
#include "..\inc\console.h"
#include "..\inc\sysUtils.h"
#define LCM_12864
//RS 信号接在 VFRAME(GPC7)
//RW 信号接在 VCLK(GPC6)
//E 信号接在 VLINE(G
www.eeworm.com/read/300378/13916793
m program_13_21.m
% 当前延拓模式是补零
% 装载原始信号
load sumlichr; x = sumlichr;
subplot(211), plot(x);
title('原始信号')
% 使用wpdencmp函数进行信号分解
% 寻找默认值(参见ddencmp函数)
[thr,sorh,keepapp,crit] = ddencmp('cmp','wp',x)
% 使用全局阈值进行压缩
[
www.eeworm.com/read/237907/13920042
m genpsd.m
% function [PSD,df]=genpsd(x,fc)
% 计算信号的功率谱密度并输出图形
% 输入参数
% x 输入信号
% fc 输入信号的采样频率
%
% 返回参数
%
% PSD 功率谱密度
% df 频率分辨率
function [PSD,df]=genpsd(x,fc)
%step1 ev
www.eeworm.com/read/108782/15575583
vhd control_produce.vhd
--控制信号产生器
--
--端口说明
--reset : 复位信号reset = '1'时复位,清零
--clk_in : 脉冲输入1Hz
--control : 控制信号输出
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY control_