Coder Social home page Coder Social logo

niloy-chakraborty / g_best-guided-cuckoo-search-algorithm Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 2.0 1.65 MB

[A PART OF MY BACHELOR THESIS] Efficient Design of FIR filter using G_best Guided Cuckoo Search Meta-heuristic Algorithm

MATLAB 100.00%
gcs csa fir fir-filter bpf optimization-algorithms artificial-bee-colony cuckoo-search-algorithm

g_best-guided-cuckoo-search-algorithm's Introduction

Efficient Design of FIR filter using G_best Guided Cuckoo Search Algorithm

This work is a part of my Bachelor Thesis.

Abstract:


This Repository presents an efficient design of Finite Impulse Response (FIR) filter using G-best guided Cuckoo Search (GCS) algorithm. To reduce the parameter dependency in traditional Cuckoo Search Algorithm (CSA) as well as better searching of optimal coefficient in the filter designing problems, some modification in the approach of CSA is done in the proposed GCS, which results in a noteworthy faster convergence with an optimal solution. Here, both low-pass and band-pass filters have been designed, for both Type1 and Type 2 FIR, using GCS, CSA, and Artificial Bee Colony (ABC) algorithm.

Result:


From the graphical and statistical observations (here) of GCS, CSA, and ABC, it is clear that GCS surpass its competitors in terms of convergence rate, execution time, and filter response.

Convergence

Furthermore, the stop-band attenuation (As ) and pass-band ripple (Rp) obtained for the filters developed using the proposed GCS is much better than that designed using CSA, ABC or, Parks and McClellan (PM) method.

An average study suggests that GCS shows 9.23% increase in As and 26.05% decrease in Rp for lower order LPF(for both Type 1 and Type 2, order less than 40); 4.27% increase in As and 18.85% decrease in Rp for higher order LPF(for both Type 1 and Type 2, order greater than 40 and less than 100); 32.47% increase in As and 28.18% decrease in Rp for lower order BPF(for both Type 1 and Type 2, order less than 40); 6.92% increase in As and 10.44% decrease in Rp for higher order BPF(for both Type 1 and Type 2,order greater than 40 and less than 100), compared to PM.

GuideLines For this Repository


  1. For GCS BPF-Type1 Filter, go to this folder
  2. For GCS BPF-Type2 Filter, go to this folder
  3. For Cuckoo Search Algorithm , Go to here for Type 1 BPF and here for Type 2 BPF
  4. Artificial Bee Colony codes are available as well. Go to here for Type 1 BPF and here for Type 2 BPF

Please Note


1. This repo contains only the code for the BPF.

2. Ensure that you have installed Matlab and have CPU with sufficient RAM (>=4GB).

g_best-guided-cuckoo-search-algorithm's People

Contributors

niloy-chakraborty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.