代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/435844/7782925
m exm104_3.m
function exm104_3( )
global hedit hpop hlist
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%设置图形窗大小
set(gcf,'defaultuicontrolunits','normalized');
s
www.eeworm.com/read/435758/7785791
m welch_mtm.m
%%------------------------------------------------------------------------
%%功能:使用MATLAB对平稳随机信号以改进的功率谱法(welch法)以及Thomson
%% 多窗估计法(Thomson Multitaper Method)做功率谱估计
%%作者:李鹏
%%时间:2009.2.13
%%-------
www.eeworm.com/read/199778/7823007
m program_07_2.m
% Program 7_2
% Type 1 Chebyshev IIR Highpass Filter Design
%
colordef black;
Wp = input('Normalized passband edge = ');
Ws = input('Normalized stopband edge = ');
Rp = input('Passband ripple
www.eeworm.com/read/199778/7823045
m program_07_1.m
% Program 7_1
% Elliptic IIR Lowpass Filter Design
%
colordef black
Wp = input('Normalized passband edge = ');
Ws = input('Normalized stopband edge = ');
Rp = input('Passband ripple in dB = ')
www.eeworm.com/read/199774/7823248
m program_03_04.m
% Program 3_4
% Numerical Computation of DTFT Using DFT
%
% Generate the length-16 sinusoidal sequence
colordef black;
k = 0:15;
x = cos(2*pi*k*3/16);
% Compute its 512-point DFT
X = fft(x);
www.eeworm.com/read/199774/7823276
m program_07_2.m
% Program 7_2
% Type 1 Chebyshev IIR Highpass Filter Design
%
colordef black;
Wp = input('Normalized passband edge = ');
Ws = input('Normalized stopband edge = ');
Rp = input('Passband ripple
www.eeworm.com/read/199774/7823376
m program_05_1.m
% Program 5_1
% 4-th Order Analog Butterworth Lowpass Filter Design
%
colordef black;
format long
% Determine zeros and poles
[z,p,k] = buttap(4);
disp('Poles are at');disp(p);
% Determine tra
www.eeworm.com/read/199774/7823406
m program_07_1.m
% Program 7_1
% Elliptic IIR Lowpass Filter Design
%
colordef black
Wp = input('Normalized passband edge = ');
Ws = input('Normalized stopband edge = ');
Rp = input('Passband ripple in dB = ')
www.eeworm.com/read/299869/7827667
c mpsplot.c
#include
#include
#include
#include "msp.h"
void mpsplot(float psdr[],float psdi[],int mfre,float ts)
{
/*----------------------------------------------------------
www.eeworm.com/read/399528/7850540
c mpsplot.c
#include
#include
#include
#include "msp.h"
void mpsplot(float psdr[],float psdi[],int mfre,float ts)
{
/*----------------------------------------------------------