代码搜索:信号失真
找到约 10,000 项符合「信号失真」的源代码
代码结果 10,000
www.eeworm.com/read/424844/10407383
m dm07203.m
%dm07203
%绘制单边指数衰减信号波形
a=input('请输入衰减因子:')
t=-1:0.01:5;
f=exp(-(a*t)).*Heaviside(t);
plot(t,f)
set(gcf,'color','w')
title('exp(-at)')
xlabel('t')
www.eeworm.com/read/353043/10476628
m tnonunif.m
error(nargchk(3,7,nargin)); % 该函数定义一段随机时间信号
if nargin5
if ~strcmp(o
www.eeworm.com/read/160618/10514366
m exa010501.m
%---------------------------------------------------------------------------------------
% exa010501a.m, for example 1.5.1 and fig 1.5.1
% 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性;
% 注:在
www.eeworm.com/read/352274/10567434
m ppp.m
ttlStr='主页面帮助信息';
hlpstr=str2mat( ...
' ',...
' 本页面系统是为了在 《信号与系统》教学中',...
' ',...
'表现出傅立叶变换中模与相位各自对图像的影响',...
' ',...
www.eeworm.com/read/351659/10632901
c queen.c
#include
#include
#define QUEENS 8
#define MAX_SOLUTIONS 92
typedef int bool;
const int true = 1;
const int false = 0;
/*枚举信号*/
enum msg_content
{
READY,
ACCOMPLISHED,
www.eeworm.com/read/275630/10806703
m dm07203.m
%dm07203
%绘制单边指数衰减信号波形
a=input('请输入衰减因子:')
t=-1:0.01:5;
f=exp(-(a*t)).*Heaviside(t);
plot(t,f)
set(gcf,'color','w')
title('exp(-at)')
xlabel('t')
www.eeworm.com/read/419769/10838807
m exa010501.m
%---------------------------------------------------------------------------------------
% exa010501a.m, for example 1.5.1 and fig 1.5.1
% 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性;
% 注:在
www.eeworm.com/read/419410/10870518
c my_sigaction.c
#include
#include
#include
int temp = 0;
/*信号处理函数*/
void handler_sigint(int signo)
{
printf("recv SIGINT\n");
sleep(5);
temp += 1;
printf("the value o
www.eeworm.com/read/470983/6902392
vhd pwm.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity pwm is
port(ctrl:in std_logic_vector(3 downto 0); ----PWM控制信号
clk:in std_logic; ------------1
www.eeworm.com/read/466855/7022092
m exa010501.m
%---------------------------------------------------------------------------------------
% exa010501a.m, for example 1.5.1 and fig 1.5.1
% 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性;
% 注:在