Giter Site home page Giter Site logo

Comments (3)

nperraud avatar nperraud commented on May 20, 2024

I am not sure I understand your concern. I just tested expwin and everything seems alright.

import numpy as np
from pygsp.filters import Expwin
from pygsp.graphs import Sensor
from matplotlib import pyplot as plt

N = 100
slope = 4
G = Sensor(N)
G.estimate_lmax()
f1 = filters.expwin.Expwin(G, band_min=None, band_max=0.4, slope=slope)
f2 = filters.expwin.Expwin(G, band_min=0.2, band_max=None, slope=slope)
f3 = filters.expwin.Expwin(G, band_min=0.2, band_max=0.4, slope=slope)
plt.figure(figsize=(15,4))
ax = plt.subplot(131)
f1.plot(ax=ax);
ax = plt.subplot(132)
f2.plot(ax=ax);
ax = plt.subplot(133)
f3.plot(ax=ax);

Please precise your concern.

from pygsp.

shreyashi2104 avatar shreyashi2104 commented on May 20, 2024

from pygsp.

nperraud avatar nperraud commented on May 20, 2024

The function kernel_low pass is defined above taking the argument into account. I am closing the issue since this is not pygsp related.

from pygsp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.