代码搜索:干扰信号
找到约 10,000 项符合「干扰信号」的源代码
代码结果 10,000
www.eeworm.com/read/256142/4370496
m exa011005_chirp.m
%-----------------------------------------------------------------
% exa011005_chirp.m: for example 1.10.5
% to test chirp.m and to generate the chirp signal x(t)
% 产生一 chirp 信号;
% chirp(T0,F0,T1
www.eeworm.com/read/368821/9676778
c user.c
#include "config.h"
#include "GPIO.h"
#include "SSP.h"
#define SPI_CS (1
www.eeworm.com/read/414864/11098675
txt list_of_functions.txt
>> Function 1.1 (Generation of rectangular waveforms)矩形信号波形产生
cp0101_genrect.m
>> Function 1.2 (Bandwidth evaluation)带宽评估
cp0101_bandwidth.m
>> Function 1.3 (Generation of sinusoidal pu
www.eeworm.com/read/335962/12488617
vhd jishuqi_60.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity jishuqi_60 is
--clk 计数脉冲
--en 使能信号,高电平有
www.eeworm.com/read/236655/14004760
dat bookinfo.dat
[General Information]
书名=无线电信号频谱
作者=BEXP
页数=302
下载位置=http://book3.ssreader.com.cn/diskdt/dt99/07/!00001.pdg
www.eeworm.com/read/202230/15389013
m transmitter_tr_th_2ppm.m
%产生TR-PPM调制信号!!!!!
% FUNCTION 2.6 : "cp0201_transmitter_2PPM_TH"
%
% Simulation of a UWB transmitter implementing 2PPM with TH
%
% Transmitted Power is fixed to 'Pow'.
% The signal is sampled wi
www.eeworm.com/read/202230/15389014
m transmitter_tr_th_2pam.m
%产生TR-PPM调制信号!!!!!
% FUNCTION 2.6 : "cp0201_transmitter_2PPM_TH"
%
% Simulation of a UWB transmitter implementing 2PPM with TH
%
% Transmitted Power is fixed to 'Pow'.
% The signal is sampled wi
www.eeworm.com/read/202229/15389018
m transmitter_tr_th_2ppm.m
%产生TR-PPM调制信号!!!!!
% FUNCTION 2.6 : "cp0201_transmitter_2PPM_TH"
%
% Simulation of a UWB transmitter implementing 2PPM with TH
%
% Transmitted Power is fixed to 'Pow'.
% The signal is sampled wi
www.eeworm.com/read/200696/15427459
m 101.m
L= 2; %取定权的个数
k =500; %设置迭代次数
x0 = sin(pi*[1:k]/8); %原始输入信号
r0 = 0.1*rand(1,k);
www.eeworm.com/read/160364/10538515
m awgn_burst_viterbi.m
%该函数用来计算一定信噪比下的加高斯和突发干扰后经卷积改善后的误码率
function [err_bit_rate]=AWGN_Burst_viterbi(snr_in_dB,N,burst)
E=1;
snr=10^(snr_in_dB/10);
sgma=sqrt((E/snr)/2);%噪声功率
err_bit=0;
err_frame=0;
G=[1 0 0 1 1;1 1