代码搜索:CMapX
找到约 154 项符合「CMapX」的源代码
代码结果 154
www.eeworm.com/read/477304/6741488
m wiener.m
function out = Wiener(Noisy,in,sigma)
% Wiener -- Wiener filter.
% Usage
% out = wiener(Noisy,in,sigma)
% Inputs
% Noisy Noisy input signal.
% in Original signal.
% sigma s.d of the
www.eeworm.com/read/433066/8549226
m mm_rwt.m
function maxmap = MM_RWT(rwt,par)
% MM_RWT -- Modulus Maxima of a Real Wavelet Transform
% Usage
% maxmap = MM_RWT(rwt,par)
% Inputs
% rwt Output of RWT
% par optional. If prese
www.eeworm.com/read/284452/8928273
m interpol2.m
function g = Interpol2(f);
%
% Interpolates signal f (length N ) to a signal g (length 2N)
% such that g(2*n) = f(n)
%
%
f0 = f;
f = f(:);
N = length(f);
hatf = fft(f);
hatg = z
www.eeworm.com/read/284329/8943261
h mapview.h
#pragma once
#include "mapx.h"
// CMapView 窗体视图
class CMapView : public CFormView
{
DECLARE_DYNCREATE(CMapView)
protected:
CMapView(); // 动态创建所使用的受保护的构造函数
virtual ~CMapVie
www.eeworm.com/read/459593/7273110
m cyclespin2.m
function s = cyclespin2(x,i,j)
[l1,l2] = size(x);
z = x((l1+1-i):l1,:);
z(i+1:l1,:) = x(1:(l1-i),:);
s = z(:,(l2+1-j):l2);
s(:,j+1:l2) = z(:,1:(l2-j));
% Written by Maureen Clerc and Jerome
www.eeworm.com/read/459593/7273132
m normnoise.m
function [y,coef] = NormNoise(x,qmf)
% NormNoise -- Estimates noise level, Normalize signal to noise level 1
% Usage
% [y,coef] = NormNoise(x,qmf)
% Inputs
% x 1-d signal
% qmf
www.eeworm.com/read/246803/12704265
m cyclespin2.m
function s = cyclespin2(x,i,j)
[l1,l2] = size(x);
z = x((l1+1-i):l1,:);
z(i+1:l1,:) = x(1:(l1-i),:);
s = z(:,(l2+1-j):l2);
s(:,j+1:l2) = z(:,1:(l2-j));
% Written by Maureen Clerc and Jerome
www.eeworm.com/read/246803/12704356
m normnoise.m
function [y,coef] = NormNoise(x,qmf)
% NormNoise -- Estimates noise level, Normalize signal to noise level 1
% Usage
% [y,coef] = NormNoise(x,qmf)
% Inputs
% x 1-d signal
% qmf
www.eeworm.com/read/138743/5813946
m meyerhath.m
function [hath] = Meyerhath(omega);
omega = modulo(omega+pi,2*pi)-pi;
n = length(omega);
hath = zeros(1,n);
supp = find((abs(omega) >= pi/3) & (abs(omega)
www.eeworm.com/read/138743/5813968
m wt09fig08.m
% CAPTION
fprintf('\n');
disp('Figure 9.8')
disp('The grid shows the approximate support of square overlapping ')
disp('windows in the best local cosine basis, computed with an l^1 cost.')
disp('