代码搜索:信号失真
找到约 10,000 项符合「信号失真」的源代码
代码结果 10,000
www.eeworm.com/read/481778/6638279
m qaskjietiao.m
function qaskjietiao
M=16; %进行M元调制解调,M定为16
Fc=10; %载波频率设定为10Hz
Fd=1; %解调后数字信号速率为1Hz
Fs=50;
www.eeworm.com/read/481778/6638283
m fskjietiao.m
function fskjietiao
M=2; %进行M元调制解调,M定为2
Fc=2; %载波频率设定为10Hz
Fd=1; %解调后数字信号速率为1Hz
Fs=4;
www.eeworm.com/read/481414/6640072
m mvdrb.m
clc;
clear all;
N=48; %% N
k=1000; %% sample number
thetas=10;%信号入射角度
thetai=[-30 30];%干扰入射角度
n=[0:N-1]';%n
sita=45*[-1:0.001:1]; %% s
www.eeworm.com/read/479847/6681215
m sjs.m
%程序分析了2008.0310号采集的红外信号数据,采样率为3100k,共12路
s=[18213.528 9594.156
18213.532 7806.242
18213.536 7508.256
18213.540 6465.306
18213.544 6167.321
18213.548 7955.235
1821
www.eeworm.com/read/264253/11324052
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/263656/11348850
cpp rceps.cpp
#include
#include
#define PI 3.14159265358979f
//信号点数
#define FFT_NUM 8
//FFT级数
#define FFT_M 3
//复数结构
typedef struct
{
float real ;
float i
www.eeworm.com/read/402476/11534303
v alucontrl.v
module alucontrl( op , ina , inb , aluOp , aluCtrl , writein , outcalc , shiftsign , extend , luisign , sign , signslt); //????????
//控制信号生成单元
input [31:0] op ;//输入的32位的机器指令
output [1:0] aluOp, out
www.eeworm.com/read/402196/11541196
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/262083/11607651
m plotpp.m
function plotpp(sig,fs)
%画出已知信号的频谱并且给出详细的标注
num=length(sig);
a=abs(fft(sig));
b=(0:num-1)*fs/num;
plot(b,a);grid off;
xlabel('频率');
ylabel('幅度');
www.eeworm.com/read/261559/11637821
m tnonunif.m
error(nargchk(3,7,nargin)); % 该函数定义一段随机时间信号
if nargin5
if ~strcmp(o