代码搜索:小信号

找到约 10,000 项符合「小信号」的源代码

代码结果 10,000
www.eeworm.com/read/356602/10224031

m normalize_1.m

function [sig_output] = normalize_1(sig_input) % 信号归一化到均值为 0,振幅为 1 % [sig_output] = normalize_sig(sig_input) % 输入参数:sig_input 输入信号(可以批处理) % 输出参数:sig_output 标准化的信号 [rows,cols] = size(sig_input
www.eeworm.com/read/354737/10330099

m normalize_1.m

function [sig_output] = normalize_1(sig_input) % 信号归一化到均值为 0,振幅为 1 % [sig_output] = normalize_sig(sig_input) % 输入参数:sig_input 输入信号(可以批处理) % 输出参数:sig_output 标准化的信号 [rows,cols] = size(sig_input
www.eeworm.com/read/161995/10348425

m f6_2.m

%产生两分量信号 N=128; %%信号分量1 [sig1,ifl1]=fmsin(N,0.15,0.45,100,1,0.4,-1); %%信号分量2 [sig2,ifl2]=fmhyp(N,[1,0.5],[32,0.05]); sig=sig1+sig2; %时域波形 plot(real(sig),'LineWidth',2); xlabel('时间 t'); ylabe
www.eeworm.com/read/425287/10365443

m f6_2.m

%产生两分量信号 N=128; %%信号分量1 [sig1,ifl1]=fmsin(N,0.15,0.45,100,1,0.4,-1); %%信号分量2 [sig2,ifl2]=fmhyp(N,[1,0.5],[32,0.05]); sig=sig1+sig2; %时域波形 plot(real(sig),'LineWidth',2); xlabel('时间 t'); ylabe
www.eeworm.com/read/161509/10400076

m normalize_1.m

function [sig_output] = normalize_1(sig_input) % 信号归一化到均值为 0,振幅为 1 % [sig_output] = normalize_sig(sig_input) % 输入参数:sig_input 输入信号(可以批处理) % 输出参数:sig_output 标准化的信号 [rows,cols] = size(sig_input
www.eeworm.com/read/160248/10550393

m f6_2.m

%产生两分量信号 N=128; %%信号分量1 [sig1,ifl1]=fmsin(N,0.15,0.45,100,1,0.4,-1); %%信号分量2 [sig2,ifl2]=fmhyp(N,[1,0.5],[32,0.05]); sig=sig1+sig2; %时域波形 plot(real(sig),'LineWidth',2); xlabel('时间 t'); ylabe
www.eeworm.com/read/275313/10824455

m normalize_1.m

function [sig_output] = normalize_1(sig_input) % 信号归一化到均值为 0,振幅为 1 % [sig_output] = normalize_sig(sig_input) % 输入参数:sig_input 输入信号(可以批处理) % 输出参数:sig_output 标准化的信号 [rows,cols] = size(sig_input
www.eeworm.com/read/272533/10953834

txt fftofsinewave.txt

1.正弦波****************% fs=100;%设定采样频率 N=128; n=0:N-1; t=n/fs; f0=10;%设定正弦信号频率 %生成正弦信号 x=sin(2*pi*f0*t); figure(1); subplot(231); plot(t,x);%作正弦信号的时域波形 xlabel('t'); ylabel('y'); title('正弦信
www.eeworm.com/read/416233/11037353

m jiexiangguan lms.m

clear all close all N=15; %滤波器阶数 sample_N=1000; %采样点数 A=1; %信号幅度 snr=10; %信噪比 t=1:sample_N; length_t=100; %期望信号序列长度 d=A*sin(2*pi*t/length_t); %期望信号 M=length(d); %M为接收数据长度 x=awgn(d,snr); %
www.eeworm.com/read/202744/6955346

v control.v

//name:control.v 主控模块 2006-5-1 version:1.0 作者:田世坤 //波形输出主控模块: //输入:clk:系统时钟(10MHz); // keysignal:按键信号; //输出:DLedout:发光二极管,八位宽; // ensqu:方波使能信号 // entri:三角波使能信号 // ensin