代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/395495/8170664
asv nrz_dpsk_spectrum.asv
clear
pack
%**************************************************************************
%input7为7位,特定码序列
input7=[1 0 0 1 1 0 1];
%input7=[1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 0 0 1 1 0 1 1
www.eeworm.com/read/173932/9629494
m fig5_14.m
% use this program to reproduce Fig. 5.14 of text
clear all
eps = 1.5e-5;
t = 0:0.001:.5;
y = chirp(t,0,.25,20);
figure(1)
plot(t,y);
yfft = fft(y,512) ;
ycomp = fftshift(abs(
www.eeworm.com/read/173932/9629496
m mismatch.m
clear all
eps = 1.5e-5;
wind = hamming(512)';
t = 0:0.001:.5;
y = chirp(t,0,.25,20);
figure(1)
plot(t,y);
yfft = fft(y,512) ;
ycomp = fftshift(abs(ifft(yfft .* conj(yfft))));
www.eeworm.com/read/300709/13897563
m cica.m
function [y,W,CPUtime,step]=cica(X,gaussian_type,ref_sig,norm)
% CICA-Constrained Independent Component Analysis
%CICA estimates one independent component with its reference signal.
%
%[y,W]=cica(
www.eeworm.com/read/237896/13920994
m fig5_14.m
% use this program to reproduce Fig. 5.14 of text
clear all
eps = 1.5e-5;
t = 0:0.001:.5;
y = chirp(t,0,.25,20);
figure(1)
plot(t,y);
yfft = fft(y,512) ;
ycomp = fftshift(abs(
www.eeworm.com/read/237896/13920996
m mismatch.m
clear all
eps = 1.5e-5;
wind = hamming(512)';
t = 0:0.001:.5;
y = chirp(t,0,.25,20);
figure(1)
plot(t,y);
yfft = fft(y,512) ;
ycomp = fftshift(abs(ifft(yfft .* conj(yfft))));
www.eeworm.com/read/134120/14005834
c img_enhance.c
/*#############################################################################
* 文件名:imageenhance.c
* 功能: 实现了图像增强算法
* modified by PRTsinghua@hotmail.com
#########################################
www.eeworm.com/read/133942/14017243
m nefgui_e.m
function nefgui_e(action, p1);
%NEFGUI_E GUI-Tool to manage fuzzy error settings.
%
% See also NEFGUI_O, NEFGUI, NEFGUI_I and NEFCON.
% Author: Andreas Nuernberger, TU Braunschwe
www.eeworm.com/read/235546/14064173
asv ofdmda_ofdmfading_plot.asv
%以为2经的瑞利衰落的ofdmda and ofdm_fading 的性曲比
clear all;
close all;
itau1=[0,2]; % Arrival time for each multipath normalized by tstp
dlvl11=[0,10]; % Mean power for each multipath normalized
www.eeworm.com/read/235546/14064175
m ofdmda_ofdmfading_plot.m
%以为2经的瑞利衰落的ofdmda and ofdm_fading 的性曲比
clear all;
close all;
itau1=[0,2]; % Arrival time for each multipath normalized by tstp
dlvl11=[0,10]; % Mean power for each multipath normalized