Loading...
Search for: tehrani-matin--k
0.138 seconds

    Applying the Taguchi method to develop an optimized synthesis procedure for nanocrystals of T-type zeolite

    , Article Chemical Engineering and Technology ; Volume 32, Issue 7 , 2009 , Pages 1042-1048 ; 09307516 (ISSN) Tehrani Matin, K ; Bastani, D ; Kazemian, H ; Sharif University of Technology
    2009
    Abstract
    The effects of H2O/SiO2, TMAOH/SiO2, Na/(Na+K), and SiO2/Al2O3 ratios in the parent gels on the crystallization of nanoparticles of T-type zeolites were studied. A Taguchi orthogonal experimental design with the above-mentioned parameters (each at three levels) was used to optimize the experiment parameters by the analysis of variances (ANOVA). Applying the Taguchi method significantly reduced the time and cost required for optimization. The synthesized products were characterized by X-ray diffraction and scanning electron microscopy. As a result of the Taguchi analysis, H2O/SiO2 and TMAOH/SiO2 were the most influencing parameters for the synthesis of zeolite T. © 2009 WILEY-VCH Verlag GmbH... 

    Color Image Segmentation Using a Fuzzy Inference System

    , Article 7th International Conference on Digital Information Processing and Communications, ICDIPC 2019, 2 May 2019 through 4 May 2019 ; 2019 , Pages 78-83 ; 9781728132969 (ISBN) Tehrani, A. K. N ; Macktoobian, M ; Kasaei, S ; Sharif University of Technology
    Institute of Electrical and Electronics Engineers Inc  2019
    Abstract
    A novel method is proposed in the scope of image segmentation that solves this problem by breaking it into two main blocks. The first block's functionality is a method to anticipate the color basis of each segment in segmented images. One of the challenges of image segmentation is the inappropriate distribution of colors in the RGB color space. To determine the color of each segment, after mapping the input image onto the HSI color space, the image colors are classified into some clusters by exploiting the K-Means. Then, the list of cluster centers is winnowed down to a short list of colors based on a set of criteria. The second block of the proposed method defines how each pixel of the... 

    A comparative kinetic study on the oxidative coupling of methane over LSCF perovskite-type catalyst

    , Article Applied Catalysis A: General ; Volume 354, Issue 1-2 , 2009 , Pages 143-152 ; 0926860X (ISSN) Taheri, Z ; Seyed Matin, N ; Safekordi, A. A ; Nazari, K ; Pashne, S. Z ; Sharif University of Technology
    2009
    Abstract
    A gas-phase heterogeneous kinetics is described over perovskite with formula La0.6Sr0.4Co0.8Fe0.2O3-δ (LSCF) for the oxidative coupling of methane under differential conversion conditions in a microcatalytic fixed-bed reactor. The ethane (C2H6) and carbon oxides (COX) formation and methane conversion rates were obtained as a function of methane and oxygen partial pressure under experimental conditions of: 0.20 < PC H4 < 0.82 atm, 0.04 < PO2 < 0.15 atm, and 1073 < T < 1173 K. The different kinetic models were examined and two Eley-Rideal mechanisms (a and b) were successfully performed to fit the experimental data into the theoretical relations from which two mechanisms having a first step of... 

    Design and Hardware Implementation of Optical Character Recognition

    , M.Sc. Thesis Sharif University of Technology Dezfuli, Sina (Author) ; Hashemi, Matin (Supervisor)
    Abstract
    The objective of OCR systems is to retrieve machine-encoded text from a raster image. Despite the abundance of powerful OCR algorithms for English, there are not many for Farsi. Our proposed algorithm is comprised of pre-processing, line detection, sub-word detection and segmentation, feature extraction and classification. Furthermore, hardware implementation and acceleration of this system on a GPGPU is presented. This algorithm was tested on 5 fonts including Titr, Lotus,Yekan, Koodak and Nazanin and an average accuracy above 90% was achieved  

    Efficient Implementation of Compressed Deep Convolutional Neural Networks

    , M.Sc. Thesis Sharif University of Technology Afshar, Mohammad (Author) ; Hashemi, Matin (Supervisor)
    Abstract
    Many mobile applications running on smartphones, wearable devices, tiny autonomous robots and IoT devices would potentially benefit from the accuracy and scalability of deep CNN-based machine learning algorithms. However,performance and energy consumption limitations make the execution of such computationally intensive algorithms on embedded mobile devices prohibitive.We present a GPU-accelerated engine, dubbed mCNN, for execution of trained deep CNNs on mobile platforms. The proposed solution takes the trained model as input and automatically optimizes its parallel implementation on the target mobile platform for efficient use of hardware resources such as mobile GPU threads and SIMD units.... 

    Design and Efficient Hardware Implementation of Spiking Neural Networks on FPGA

    , M.Sc. Thesis Sharif University of Technology Amirshahi, Alireza (Author) ; Hashemi, Matin (Supervisor)
    Abstract
    Spiking Neural Networks(SNN) are networks which are consisted of layers of neurons, like other typical artificial neural networks. The main difference between SNN and other neural networks is the type of data transportation among neurons which is done by spikes. Spiking neural networks and their models are considered as the nearest networks and neurons to animals’ nervous systems. In aspects of hardware implementation, the type of data transportation in SNN causes them to be ultra-low power. So, implementation of these networks on chips like FPGA and also usage of SNN in applications with high processing load have startling germination, recently. In this work, we have tried to propose some... 

    Parallel Implementation of Telecommunication Decodings in Real-time

    , M.Sc. Thesis Sharif University of Technology Jafarzadeh, Ali (Author) ; Hashemi, Matin (Supervisor)
    Abstract
    Many chip manufacturers have recently introduced high-performance deep-learning hardware accelerators. In modern GPUs, programmable tensor cores accelerate the heavy operations involved in deep neural networks. This paper presents a novel solution to re-purpose tensor cores in modern GPUs for high-throughput implementation of turbo decoders. Turbo codes closely approach Shannon’s limit on channel capacity, and are widely used in many state-of-the-art wireless systems including satellite communications and mobile communications. Experimental evaluations show that the proposed solution achieves about 1.2 Gbps throughput, which is higher compared to previous GPU-accelerated solutions  

    Disentangled Representation Learning for Automated Clothe Image Synthesis on the Body

    , M.Sc. Thesis Sharif University of Technology Johary, Iman (Author) ; Hashemi, Matin (Supervisor)
    Abstract
    There have been many works on generative networks and image generation in the past few years, but the problem with this work is that there is no control over the generated images. The goal of disentangled image synthesis is to generate new images with specific detail and have control over the generated images. Image-based virtual try-on aims to synthesize the customer image with an in-shop clothes image to acquire seamless and natural try-on results, which have attracted increasing attention. The main procedures of image-based virtual try-on usually consist of clothes image generation and try-on image synthesis. In contrast, prior arts cannot guarantee satisfying clothes results when facing... 

    Viterbi Decoder Implementation on GPGPU

    , M.Sc. Thesis Sharif University of Technology Mohammadidoost, Alireza (Author) ; Hashemi, Matin (Supervisor)
    Abstract
    In this project, a method is emoloyed to implement a Viterbi decoder on GPGPU. This method is based on combining all steps of the algorithm. This combination has some challenges that are related to differences between different steps of the algorithm. So in this project, some solutions are found to handle these challenges and a high-throughput Viterbi decoder is acheived  

    Comparison of oxygen permeation through some perovskite membranes synthesized with EDTNAD

    , Article Reaction Kinetics, Mechanisms and Catalysis ; Volume 100, Issue 2 , August , 2010 , Pages 459-469 ; 18785190 (ISSN) Taheri, Z ; Nazari, K ; Seyed Matin, N ; Safekordi, A. A ; Ghanbari, B ; Zarrinpashne, S ; Ahmadi, R ; Sharif University of Technology
    2010
    Abstract
    Three dense membranes of types SrCo0.8Fe0.2O 3-δ (SCF(82)), La0.6Sr0.4Co 0.8Fe0.2O3-δ (LSCF(6482)) and La 0.8Sr0.2Co0.6Fe0.4O 3-δ (LSCF(8264)) perovskites were prepared by complexation applying a chelating agent, ethylene diamine N,N,N′,N′-tetra-N- acetyl-diamine (EDTNAD). The oxygen permeation flux through the perovskite membranes was measured as a function of temperature within 1,073-1,223 K as well as the oxygen partial pressure of 0.1-1.0 bar. The oxygen permeation fluxes for the membranes, SCF(82), LSCF(6482), LSCF(8264) with the thickness of 0.85 mm were observed as 9.2×10-7 (mol/cm2 s), 1.7×10-7 (mol/cm2 s), and 1.0×10-7 (mol/cm2 s) in these cases at 1,153 K. The results indicated the... 

    Oxygen permeation and oxidative coupling of methane in membrane reactor: A new facile synthesis method for selective perovskite catalyst

    , Article Journal of Molecular Catalysis A: Chemical ; Volume 286, Issue 1-2 , 2008 , Pages 79-86 ; 13811169 (ISSN) Taheri, Z ; Nazari, K ; Safekordi, A. A ; Seyed Matin, N ; Ahmadi, R ; Esmaeili, N ; Tofigh, A ; Sharif University of Technology
    2008
    Abstract
    A dense membrane of La0.6Sr0.4Co0.8Fe0.2O3- δ (LSCF) perovskite was prepared by a new chelating agent, ethylene diamine N,N,N′,N′-tetra N-acetyl diamine (EDTNAD). As a potent ligand, EDTNAD provided a facile one-step method to form complexes of the four metal ions, simultaneously. The oxygen permeation flux through the pure perovskite LSCF dense membrane was measured over temperature range of 1073-1223 K, thickness of 0.7-1.0 mm and oxygen partial pressure of 0.1-1.0 bar. Oxidative coupling of methane (OCM) reaction using LSCF disk in the atmospheric membrane reactor and over the temperature range of 1073-1173 K showed a C2 selectivity of 100% and C2 yield of 5.01% at 1153 K. Furthermore,... 

    Optimal placement and sizing of distributed resources for congestion management considering cost/benefit analysis

    , Article IEEE PES General Meeting, PES 2010, 25 July 2010 through 29 July 2010, Minneapolis, MN ; 2010 ; 9781424483570 (ISBN) Afkousi Paqaleh, M ; Abbaspour Tehrani Fard, A ; Rashidinejad, M ; Lee, K. Y ; Sharif University of Technology
    2010
    Abstract
    Congestion management is one of the most important issues for secure and reliable system operations in deregulated electricity market. This paper presents a cost/worth analysis approach for optimal location and sizing of Distributed Resources (DRs) to mitigate congestion and increase security of the system. In order to reduce the solution space a priority of candidate buses is formed, then optimal location and sizing problem is discussed. To increase the accuracy of results, load duration curve is constituted and based on this curve different load levels are incorporated into this study. Proposed method considers economical factors such as congestion rent, deferred upgrading investment and... 

    Annual comparative performance and cost analysis of high temperature, sensible thermal energy storage systems integrated with a concentrated solar power plant

    , Article Solar Energy ; Volume 153 , 2017 , Pages 153-172 ; 0038092X (ISSN) Mostafavi Tehrani, S. S ; Taylor, R. A ; Nithyanandam, K ; Shafiei Ghazani, A ; Sharif University of Technology
    Elsevier Ltd  2017
    Abstract
    The present study conducts a comprehensive comparative techno-economic analysis of some near-term sensible thermal energy storage (TES) alternatives to the ‘standard’ two-tank molten salt system for concentrated solar power (CSP) plants. As such, we conducted detailed, relative annual transient simulations for single-medium thermocline (SMT), dual-media thermocline (DMT), and shell-and-tube (ST) systems. To be consistent with recent literature, the DMT and ST systems use concrete with a porosity of 0.2 (e.g. where concrete occupies 80% of the system) as their low cost filler material. The systems were integrated into a validated 19.9 MWe Gemasolar CSP model, which has a solar multiple of... 

    Design and Efficient Implementation of Deep Learning Algorithm for ECG Classification

    , M.Sc. Thesis Sharif University of Technology Oveisi, Mohammad Hossein (Author) ; Hashemi, Matin (Supervisor)
    Abstract
    Cardiovascular diseases are the leading cause of death globally so early diagnosis of them is important. Many researchers focused on this field. First signs of cardiac diseases appear in the electrocardiogram signal. This signal represents the electrical activity of the heart so it’s primarily used for the detection and classification of cardiac arrhythmias. Permanent monitoring of this signal is not possible for specialists so we should do this by means of Artificial Intelligence. In this thesis, we use recurrent neural networks to classify electrocardiogram’s arrhythmias. This deep learning method, use two sources of data to learn from. The first part of data is global for everyone and the... 

    Oxidative coupling of methane in membrane reactor

    , Article 19th International Congress of Chemical and Process Engineering, CHISA 2010 and 7th European Congress of Chemical Engineering, ECCE-7, 28 August 2010 through 1 September 2010, Prague ; 2010 Taheri, Z ; Nazari, K ; Seyed Matin, N ; Zarrin Pashne, S ; Safekordi, A. A ; Ghanbari, B ; Ahmadi, R ; Sharif University of Technology
    2010
    Abstract
    Dense membrane of La 0.6Sr 0.4Co 0.8Fe 0.2O 3-δ (LSCF) perovskite was prepared using a new chelating agent, EDTNAD. The oxygen permeation flux through the pure perovskite LSCF dense membrane was measured at 1073-1223 K, thickness of 0.7-1.0 mm, and oxygen partial pressure of 0.1-1.0 bar. Oxidative coupling of methane reaction using LSCF disk in the membrane reactor and at 1073-1173K showed a C 2 100% selectivity and 5.01% C 2 yield at 1153 K. This is an abstract of a paper presented at the 19th International Congress of Chemical and Process Engineering and 7th European Congress of Chemical Engineering (Prague, Czech Republic 8/28/2010-9/1/2010)  

    Numerical Modeling of Fuel Droplet Vaporization in Gas Phase at Supercritical Conditions

    , M.Sc. Thesis Sharif University of Technology Rajabi Matin, Zahra (Author) ; Hejranfar, Kazem (Supervisor)
    Abstract
    The study of evaporation of fuel droplet and determination of the rate of vaporization are important in designing combustion chambers. For achieving high performance of a combustor, the evaporation of fuel droplets takes place within a high pressure environment. At these conditions, the use of low-pressure models is not appropriate and many effects that are assumed negligible at low ambient pressures become very important. For example, the solubility of the ambient gas into the liquid phase is increased by increasing the ambient pressure. In addition, the ideal gas assumption is not valid for these conditions and one should use an appropriate equation of state (EOS) that can predict the... 

    Applying flow zone index approach and artificial neural networks modeling technique for characterizing a heterogeneous carbonate reservoir using dynamic data: Case Study of an Iranian reservoir

    , Article Society of Petroleum Engineers - Trinidad and Tobago Energy Resources Conference 2010, SPE TT 2010, 27 June 2010 through 30 June 2010 ; Volume 2 , June , 2010 , Pages 677-690 ; 9781617388859 (ISBN) Shahvar, M. B ; Kharrat, R ; Matin, M ; Sharif University of Technology
    2010
    Abstract
    Although static characterization of reservoirs is an inevitable part of any reservoir studies, the most robust models of the reservoirs can be obtained through integrating static and dynamic data. The following study which is done in a heterogeneous carbonate reservoir utilizes the capillary pressure and relative permeability data to verify the task of static rock typing and investigate the role of hydraulic units in capillary pressure and relative permeability modeling. For this purpose, at first, various rock typing techniques are applied to the field data to seek the best method which has the most consistency with capillary pressure curves. Using Desouky method which is based on hydraulic... 

    Design and Efficient Implementation of Neural Networks for Solving Graph-based Problems

    , M.Sc. Thesis Sharif University of Technology Mahdipour Araste, Payam (Author) ; Hashemi, Matin (Supervisor)
    Abstract
    The extraordinary ability of the human brain to solve various problems has led scientists to simulate models of the human brain. One of these simulated models is artificial neural networks. Today, the power of artificial neural networks is not overlooked. The ability of artificial neural networks to solve various types of issues led us to use the thesis to solve some of the graph-based problems. Quite accurately, this graph-based problem is a matter of identifying the source of rumor in a network. In many graph networks, whether natural networks such as the network of neurons in the human brain or synthetic ones such as the types of social networks, it is possible that a rumor spreads across... 

    Mesoporous silica nanoparticles (MCM-41) coated PEGylated chitosan as a pH-Responsive nanocarrier for triggered release of erythromycin [electronic resource]

    , Article International Journal of Polymeric Materials and Polymeric Biomaterials ; 2014, Volume 63, Issue 13, Pages 692-697 Pourjavadi, A. (Ali) ; Mazaheri Tehrani, Zahra ; Sharif University of Technology
    Abstract
    A pH-responsive drug delivery system based on core shell structure of mesoporous silica nanoparticle (MSN) and chitosan-PEG copolymer was prepared and characterized by Fourier transform infrared spectroscopy (FT-IR), thermogravimetric analysis (TGA), scanning electron microscope (SEM), and high-resolution transmission microscope (HR-TEM) techniques. In order to improve compatibility MSN and drug, mesoporous nanosilica was modified by 3-aminopropyl triethoxysilane. The release of erythromycin (a macrolide antibiotic) as a model drug was investigated in two pHs, 7.4 and 5.5  

    Design and Hardware Implementation of Real-Time Simulator for Power Electronic Systems

    , M.Sc. Thesis Sharif University of Technology Labbaf, Mohamad (Author) ; Hashemi, Matin (Supervisor) ; Parniani, Mostafa (Co-Advisor)
    Abstract
    Real-time simulators are playing a critical role in the design of power electronic systems. Using real-time simulator enables designers to reduce the time and cost of design by employing hardware-in-the-loop technique. In addition, this simulator can potentially reduce the risks which are associated with performing tests on actual systems. In this thesis, a real-time simulator is designed and implemented for power electronic applications. Concerning the fact that power switches are one of the most important elements in this simulator, an ideal switch model with conduction resistor and RC snubber circuit is used. This model is more accurate as compared to other models in the...