diff options
Diffstat (limited to 'Digital_Signal_Processing_Principle_by_Algorithms_And_Applications')
11 files changed, 352 insertions, 0 deletions
diff --git a/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/1-Introduction.ipynb b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/1-Introduction.ipynb new file mode 100644 index 0000000..f1413b1 --- /dev/null +++ b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/1-Introduction.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 1: Introduction" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/10-Multirate_Digital_Signal_Processing.ipynb b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/10-Multirate_Digital_Signal_Processing.ipynb new file mode 100644 index 0000000..10d2dc7 --- /dev/null +++ b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/10-Multirate_Digital_Signal_Processing.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 10: Multirate Digital Signal Processing" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/11-Linear_Predictions_and_Optimum_Linear_Filter.ipynb b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/11-Linear_Predictions_and_Optimum_Linear_Filter.ipynb new file mode 100644 index 0000000..0752f23 --- /dev/null +++ b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/11-Linear_Predictions_and_Optimum_Linear_Filter.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 11: Linear Predictions and Optimum Linear Filter" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/12-Power_Spectrum_Estimation.ipynb b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/12-Power_Spectrum_Estimation.ipynb new file mode 100644 index 0000000..cd37a15 --- /dev/null +++ b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/12-Power_Spectrum_Estimation.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 12: Power Spectrum Estimation" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/2-Discrete_Time_Signals_and_Systems.ipynb b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/2-Discrete_Time_Signals_and_Systems.ipynb new file mode 100644 index 0000000..1b1d3e2 --- /dev/null +++ b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/2-Discrete_Time_Signals_and_Systems.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 2: Discrete Time Signals and Systems" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/3-The_z_Transformation_and_its_Applications_to_the_Analysis_of_LTI_Systems.ipynb b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/3-The_z_Transformation_and_its_Applications_to_the_Analysis_of_LTI_Systems.ipynb new file mode 100644 index 0000000..583e299 --- /dev/null +++ b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/3-The_z_Transformation_and_its_Applications_to_the_Analysis_of_LTI_Systems.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 3: The z Transformation and its Applications to the Analysis of LTI Systems" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/4-Frequency_Analysis_of_Signal_and_Systems.ipynb b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/4-Frequency_Analysis_of_Signal_and_Systems.ipynb new file mode 100644 index 0000000..b06b3c0 --- /dev/null +++ b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/4-Frequency_Analysis_of_Signal_and_Systems.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 4: Frequency Analysis of Signal and Systems" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/5-Discrete_Fourier_Transform_its_Properties_and_Applications.ipynb b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/5-Discrete_Fourier_Transform_its_Properties_and_Applications.ipynb new file mode 100644 index 0000000..5b654c7 --- /dev/null +++ b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/5-Discrete_Fourier_Transform_its_Properties_and_Applications.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 5: Discrete Fourier Transform its Properties and Applications" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/6-Efficient_Computation_of_DFT_Fast_Fourier_Transform_and_Algorithms.ipynb b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/6-Efficient_Computation_of_DFT_Fast_Fourier_Transform_and_Algorithms.ipynb new file mode 100644 index 0000000..70bf056 --- /dev/null +++ b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/6-Efficient_Computation_of_DFT_Fast_Fourier_Transform_and_Algorithms.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 6: Efficient Computation of DFT Fast Fourier Transform and Algorithms" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/7-Implementation_of_Discrete_Time_System.ipynb b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/7-Implementation_of_Discrete_Time_System.ipynb new file mode 100644 index 0000000..ea1f243 --- /dev/null +++ b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/7-Implementation_of_Discrete_Time_System.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 7: Implementation of Discrete Time System" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/8-Design_of_Digital_Filters.ipynb b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/8-Design_of_Digital_Filters.ipynb new file mode 100644 index 0000000..2c16d9f --- /dev/null +++ b/Digital_Signal_Processing_Principle_by_Algorithms_And_Applications/8-Design_of_Digital_Filters.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 8: Design of Digital Filters" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} |