Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Radial System Protection01:23

Radial System Protection

507
Radial systems employ time-delay overcurrent relays to reduce load interruptions. When a fault occurs, the nearest breaker opens first, while upstream breakers remain closed due to longer delay settings. This approach ensures minimal disruption to the rest of the system.
In a radial system with a fault downstream of the third breaker, ideally, only the third breaker will open, isolating the fault and interrupting the load connected beyond it. The second breaker has a longer delay setting,...
507
Linear Approximation in Frequency Domain01:26

Linear Approximation in Frequency Domain

501
Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
501
Fast Fourier Transform01:10

Fast Fourier Transform

1.3K
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log⁡2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
1.3K
Rectangular and Triangular Pulse Function01:19

Rectangular and Triangular Pulse Function

2.2K
The unit rectangular pulse function is mathematically represented by a rectangular function centered at the origin with a height of one unit. This function is defined by two parameters: T, which specifies the center location of the pulse along the time axis, and τ, which determines the pulse duration.
For example, consider a rectangular pulse with a 5V amplitude, a 3-second duration, and centered at t=2 seconds. This pulse can be expressed using the rectangular function, written as,
2.2K
Linearization and Approximation01:26

Linearization and Approximation

227
Linearization is a mathematical technique used to approximate complex, nonlinear functions with simpler linear models in the vicinity of a chosen reference point. The method is based on the idea that, although a function may be difficult to evaluate exactly, its behavior near a specific input value can often be closely approximated by the tangent line at that point. This approach is particularly useful when small deviations from a known value are involved.Consider the square root function, for...
227
Network Function of a Circuit01:25

Network Function of a Circuit

1.1K
Frequency response analysis in electrical circuits provides vital insights into a circuit's behavior as the frequency of the input signal changes. The transfer function, a mathematical tool, is instrumental in understanding this behavior. It defines the relationship between phasor output and input and comes in four types: voltage gain, current gain, transfer impedance, and transfer admittance. The critical components of the transfer function are the poles and zeros.
1.1K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Subgroup-Specific Associations of GRIA Genes Encoding AMPA Glutamate Receptor Subunits with Patient Survival in Medulloblastoma.

Neuromolecular medicine·2026
Same author

Opposite patterns of association of TWIST1 expression with patient survival in SHH and Group 4 medulloblastoma.

Child's nervous system : ChNS : official journal of the International Society for Pediatric Neurosurgery·2025
Same author

Modulation of Stemness and Differentiation Regulators by Valproic Acid in Medulloblastoma Neurospheres.

Cells·2025
Same author

High Expression of GABA<sub>A</sub> Receptor β Subunit Genes Is Associated with Longer Overall Survival in Medulloblastoma.

Brain sciences·2024
Same author

Modulation of Stemness and Differentiation Regulators by Valproic Acid in Medulloblastoma Neurospheres.

bioRxiv : the preprint server for biology·2024
Same author

Next-generation pediatric care: nanotechnology-based and AI-driven solutions for cardiovascular, respiratory, and gastrointestinal disorders.

World journal of pediatrics : WJP·2024

Related Experiment Video

Updated: Apr 23, 2026

A Multimodal Wide-Field Fourier-Transform Raman Microscope
06:48

A Multimodal Wide-Field Fourier-Transform Raman Microscope

Published on: December 30, 2025

850

Parallel fixed point implementation of a radial basis function network in an FPGA.

Alisson C D de Souza1, Marcelo A C Fernandes2

  • 1Department of Computer Engineering and Automation, Center of Technology, Federal University of Rio Grande do Norte-UFRN, Natal 59078-970, Brazil. alisson.camara@gmail.com.

Sensors (Basel, Switzerland)
|October 1, 2014
PubMed
Summary
This summary is machine-generated.

This study presents a parallel fixed-point radial basis function artificial neural network (RBF ANN) on an FPGA, trained with an LMS algorithm. Hardware analysis confirmed its efficiency for nonlinear classification and interpolation tasks.

More Related Videos

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

989
Topographical Estimation of Visual Population Receptive Fields by fMRI
06:02

Topographical Estimation of Visual Population Receptive Fields by fMRI

Published on: February 3, 2015

8.6K

Related Experiment Videos

Last Updated: Apr 23, 2026

A Multimodal Wide-Field Fourier-Transform Raman Microscope
06:48

A Multimodal Wide-Field Fourier-Transform Raman Microscope

Published on: December 30, 2025

850
Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

989
Topographical Estimation of Visual Population Receptive Fields by fMRI
06:02

Topographical Estimation of Visual Population Receptive Fields by fMRI

Published on: February 3, 2015

8.6K

Area of Science:

  • Artificial Intelligence
  • Hardware Implementation
  • Digital Signal Processing

Background:

  • Radial Basis Function Artificial Neural Networks (RBF ANNs) offer powerful function approximation capabilities.
  • Field-Programmable Gate Arrays (FPGAs) provide a flexible platform for hardware acceleration of complex algorithms.
  • Online training algorithms enable adaptive and real-time learning for neural networks.

Purpose of the Study:

  • To propose and implement a parallel fixed-point RBF ANN on an FPGA.
  • To analyze the performance trade-offs (processing time, area) of different fixed-point formats.
  • To evaluate the precision of the hardware implementation for nonlinear classification (XOR gate) and function interpolation (sine function).

Main Methods:

  • Development of a parallel RBF ANN architecture using fixed-point arithmetic.
  • Online training of the RBF ANN utilizing the Least Mean Square (LMS) algorithm.
  • Hardware implementation on a Xilinx Virtex-6 FPGA using System Generator, with analysis of resource utilization and timing.

Main Results:

  • The fixed-point RBF ANN was successfully implemented and trained online on the target FPGA.
  • Analysis of various fixed-point formats revealed trade-offs between precision, processing time, and FPGA resource usage.
  • The hardware implementation demonstrated acceptable precision for XOR gate classification and sine function interpolation tasks.

Conclusions:

  • The proposed parallel fixed-point RBF ANN on FPGA offers an efficient hardware solution for specific computational tasks.
  • Fixed-point implementation presents viable options for balancing performance and resource constraints in hardware ANNs.
  • The study validates the feasibility of deploying adaptive RBF ANNs in real-time hardware systems.