代码搜索:信号失真
找到约 10,000 项符合「信号失真」的源代码
代码结果 10,000
www.eeworm.com/read/157465/11701496
vhd receiver.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_unsigned.all;
ENTITY receiver IS
PORT (clk : IN std_logic;
sdata : IN std_logic; ----串行输入信号
readn : OUT std_logic;
www.eeworm.com/read/155843/11844155
m exa010501.m
%---------------------------------------------------------------------------------------
% exa010501a.m, for example 1.5.1 and fig 1.5.1
% 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性;
% 注:在
www.eeworm.com/read/344551/11873284
m emdchinese.m
% 计算2FSK信号的HHT谱和边际谱
% 作者:xray 2007.11
clear
rand('seed', 0);
T = 0.05; % 仿真时间
R = 500; % 码速率
fd = 1000; % 载波频差
fc = 2000; % 载波频
www.eeworm.com/read/257806/11911497
m exa010501.m
%---------------------------------------------------------------------------------------
% exa010501a.m, for example 1.5.1 and fig 1.5.1
% 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性;
% 注:在
www.eeworm.com/read/154760/11929339
m sam_inverse.m
h0=figure('position',[10 10 800 500],...
'name','采样信号的重建');
Fs_text=uicontrol('style','text',...
'position',[650 450 100 20],...
'string','采样频率(Hz)');
Fs_1=uicontrol('style','rad
www.eeworm.com/read/152362/12120073
h text.h
/*#include
#include"text.h"
*/
struct name
{
double cord_x;
double cord_y;
gchar na[10];
} name_array[52]={
/*....................信号灯名称..........................*/
{46.0,366.0,"D1"}
www.eeworm.com/read/152362/12120092
c text.c
#include
#include"text.h"
struct name
{
double cord_x;
double cord_y;
gchar na[10];
} name_array[26]={
/*....................信号灯名称..........................*/
{46.0,366.0,"D1"},
www.eeworm.com/read/152247/12131112
m exa010501.m
%---------------------------------------------------------------------------------------
% exa010501a.m, for example 1.5.1 and fig 1.5.1
% 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性;
% 注:在
www.eeworm.com/read/151962/12157557
v fdivyear.v
//=====对年计数,并根据哪年是闰年产生leapyear信号=====//
module fdivyear(clki,clr,year,leapyear);
input clki,clr;
output year,leapyear;
reg[7:0] year;
reg leapyear;
always @(posedge clki or pose