:orphan:
Full code examples for the SciPy chapter
----------------------------------------
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_optimize_example1_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_optimize_example1.py`
.. raw:: html
Finding the minimum of a smooth function
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_resample_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_resample.py`
.. raw:: html
Resample a signal with scipy.signal.resample
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_detrend_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_detrend.py`
.. raw:: html
Detrending a signal
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_solve_ivp_simple_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_solve_ivp_simple.py`
.. raw:: html
Integrating a simple ODE
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_normal_distribution_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_normal_distribution.py`
.. raw:: html
Normal distribution: histogram and PDF
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_solve_ivp_damped_spring_mass_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_solve_ivp_damped_spring_mass.py`
.. raw:: html
Integrate the Damped spring-mass oscillator
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_t_test_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_t_test.py`
.. raw:: html
Comparing 2 sets of samples from Gaussians
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_curve_fit_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_curve_fit.py`
.. raw:: html
Curve fitting
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_spectrogram_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_spectrogram.py`
.. raw:: html
Spectrogram, power spectral density
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_mathematical_morpho_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_mathematical_morpho.py`
.. raw:: html
Demo mathematical morphology
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_image_transform_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_image_transform.py`
.. raw:: html
Plot geometrical transformations on images
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_connect_measurements_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_connect_measurements.py`
.. raw:: html
Demo connected components
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_optimize_example2_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_optimize_example2.py`
.. raw:: html
Minima and roots of a function
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_image_filters_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_image_filters.py`
.. raw:: html
Plot filtering on images
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_2d_minimization_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_2d_minimization.py`
.. raw:: html
Optimization of a two-parameter function
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_fftpack_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_fftpack.py`
.. raw:: html
Plotting and manipulating FFTs for filtering
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/images/thumb/sphx_glr_plot_interpolation_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_plot_interpolation.py`
.. raw:: html
A demo of 1D interpolation
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/intro/scipy/auto_examples/plot_optimize_example1
/intro/scipy/auto_examples/plot_resample
/intro/scipy/auto_examples/plot_detrend
/intro/scipy/auto_examples/plot_solve_ivp_simple
/intro/scipy/auto_examples/plot_normal_distribution
/intro/scipy/auto_examples/plot_solve_ivp_damped_spring_mass
/intro/scipy/auto_examples/plot_t_test
/intro/scipy/auto_examples/plot_curve_fit
/intro/scipy/auto_examples/plot_spectrogram
/intro/scipy/auto_examples/plot_mathematical_morpho
/intro/scipy/auto_examples/plot_image_transform
/intro/scipy/auto_examples/plot_connect_measurements
/intro/scipy/auto_examples/plot_optimize_example2
/intro/scipy/auto_examples/plot_image_filters
/intro/scipy/auto_examples/plot_2d_minimization
/intro/scipy/auto_examples/plot_fftpack
/intro/scipy/auto_examples/plot_interpolation
Solutions of the exercises for SciPy
....................................
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/solutions/images/thumb/sphx_glr_plot_periodicity_finder_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_solutions_plot_periodicity_finder.py`
.. raw:: html
Crude periodicity finding
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/solutions/images/thumb/sphx_glr_plot_curvefit_temperature_data_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_solutions_plot_curvefit_temperature_data.py`
.. raw:: html
Curve fitting: temperature as a function of month of the year
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/solutions/images/thumb/sphx_glr_plot_image_blur_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_solutions_plot_image_blur.py`
.. raw:: html
Simple image blur by convolution with a Gaussian kernel
.. raw:: html
.. only:: html
.. image:: /intro/scipy/auto_examples/solutions/images/thumb/sphx_glr_plot_fft_image_denoise_thumb.png
:alt:
:ref:`sphx_glr_intro_scipy_auto_examples_solutions_plot_fft_image_denoise.py`
.. raw:: html
Image denoising by FFT
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
:includehidden:
/intro/scipy/auto_examples/solutions/index.rst
.. only:: html
.. container:: sphx-glr-footer sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: auto_examples_python.zip `
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip `
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery