Skip to main content

Home/ Electronic Everything!/ Group items tagged on

Rss Feed Group items tagged

Aasemoon =)

FPGA compilation on-site or in the cloud - 0 views

  • It is no secret that field-programmable gate arrays (FPGAs) are getting bigger and more complex all the time. The fabrication process creates smaller transistors and makes more dense chips packing more digital processing per nanometer. Engineers love to see advancement because it means they can do more with modern silicon, and many times NI LabVIEW FPGA Module technology helps by abstracting the complexity to a higher level so that engineers can more smoothly take advantage of these improvements.  Unfortunately, there is one issue with FPGAs that continues to be a time sink and only gets worse with denser FPGAs: compilation time.
Aasemoon =)

How to achieve 1 trillion floating-point operations-per-second in an FPGA - 1 views

  • Based on recent technological developments, high-performance floating-point signal processing can, for the very first time, be easily achieved using FPGAs. To date, virtually all FPGA-based signal processing has been implemented using fixed-point operations. This article describes how floating-point technology in FPGAs is not only practical today, but that the processing rates of one trillion floating-point operations per second (teraFLOPS) are feasible and can be implemented on a single FPGA die.
Aasemoon =)

IEEE Spectrum: Breakthrough in Creating a Band Gap for Graphene Promises Huge Potential... - 0 views

  • Ever since graphene was first produced in a lab at the University of Manchester in 2004, researchers around the world have been fascinated with its potential in electronics applications. Graphene possessed all the benefits of carbon nanotubes (CNTs), namely its charged-carrier mobility, but it didn’t have any of the down sides, such as CNTs’ need for different processing techniques than silicon and the intrinsic difficulty of creating interconnects for CNTs. But all was not easy for applying graphene to electronics applications. One of the fundamental problems for graphene was its lack of a band gap, which left it with a very low on-off ratio measured at about 10 as compared to in the 100s for silicon. Now this fundamental hurdle has been overcome. Based on research led by Phaedon Avouris at IBM’s IBM T.J. Watson Research Center, Yorktown Heights, New York, IBM is reporting that they have created a significant band gap in graphene.
  •  
    VERY interesting...
Aasemoon =)

IEEE Spectrum: Flexible Flash - 0 views

  • 4 January 2010—Though flexible devices such as roll-up displays have been promised for several years, their commercialization has been stalled by a missing ingredient: a flexible form of flash memory. But researchers at the University of Tokyo have recently developed an organic, floating-gate nonvolatile memory that behaves like flash memory, which may solve that problem. While silicon-based flash memory is fine for the mass data storage found in cellphones, digital music players, and thumb drives, fabricating it requires high processing temperatures, thus ruling out its production on flexible substrates like plastic. Organic semiconductors, however, can be processed at temperatures well below the melting point of most plastics. What's more, "the cost of flash memory is too high to use in applications that require large arrays of memory," says Tsuyoshi Sekitani, an assistant professor in the University of Tokyo's department of electrical and electronic engineering and one of the researchers who developed the new memory. "But we can print our organic memory on flexible substrates and over large areas using inkjet printers. So costs will be low."
Aasemoon =)

Icosatetraped Robot Walks On 24 Soft Legs | BotJunkie - 0 views

  • Icosatetraped does, in fact, mean “twenty-four legged.” I’m not sure how to inject “soft” into that word (icostatetrasquishaped?), but this robot does have 24 soft legs. Or rather, 8 legs are soft (and moving) at any one time, while the other 16 are pressurized to carry the weight of the bot. It can move at about 1 meter per minute, which isn’t especially fast, but who cares, look at all of those little legs go! Made from plastic medical tubing, particle board, a bunch of solenoids, a Mac Mini, and some 24 volt rotary vane compressors salvaged from Gulf War nerve gas detecting equipment, this is about as DIY as it gets, and it’s awesome.
Aasemoon =)

robots.net - Robotic Maid Makes Breakfast - 0 views

  • Mahru-Z is the robotic maid that can make breakfast!. Given certain voice commands the robot can perform functions such as working a microwave, delivering toast, and other tasks such as washing clothes. The robots can see with stereoscopic vision and can identify what objects are and even decide what jobs needs to be done with the objects. In the video, one robot appears to be tethered and the other is not making me wonder if they are really self contained. Also, one is wearing a dress and the other not, so are they both maids or is one a butler? Shouldn't they just call them robotic servants or is that redundant? Regardless, although not apparently sentient, these do appear to be advanced robots. I only wonder if they washed their hands before and after handling the food?
Aasemoon =)

EETimes CleanTerra - 0 views

  • The IEEE has launched a new Web site that consolidates information about smart electric grids from it various societies. The portal is one of many activities from an IEEE smart grid initiative coordinating the organization's work on the transition to digital, networked power systems and services. The smart grid is "so interdisciplinary," said Wanda Reder, chair of the IEEE Smart Grid Task Force and former president of the IEEE Power & Energy Society. "We have the gamut covered in technical interests, but we needed a way to facilitate communications between our many entities to link information on all the conferences, papers and standards we have in this area," she added.
Aasemoon =)

Embedded.com - Picking the right system design methodology for your embedded apps: Part 3 - 0 views

  • A product can be of low quality for several reasons, such as it was shoddily manufactured, its components were improperly designed, its architecture was poorly conceived, and the product's requirements were poorly understood. Quality must be designed in. You can't test out enough bugs to deliver a high-quality product. The quality assurance (QA) process is vital for the delivery of a satisfactory system. In this last part in this series, we will concentrate on portions of the methodology particularly aimed at improving the quality of the resulting system. The software testing techniques described earlier in this series constitute one component of quality assurance, but the pursuit of quality extends throughout the design flow. For example, settling on the proper requirements and specification cannot be overlooked as an important determinant of quality. If the system is too difficult to design, it will probably be difficult to keep it working properly.
Aasemoon =)

IEEE Spectrum: Torturing the Secret out of a Secure Chip - 0 views

  • A new chink has been found in the cryptographic armor that protects bank transactions, credit-card payments, and other secure Internet traffic. And although programmers have devised a patch for it, clever hackers might still be able to break through. The hack, presented in March at a computer security conference in Dresden, Germany, involves lowering the input voltage on a computer’s cryptography chip set and collecting the errors that leak out when the power-starved chips try and (sometimes) fail to encode messages. Crooks would then use those errors to reconstruct the secret key on which the encryption is based. More important, say the hack’s creators, the same attack could also be performed from afar on stressed systems, such as computer motherboards that run too hot or Web servers that run too fast.
Aasemoon =)

Embedded.com - Timing Closure on FPGAs - 0 views

  • Have you ever written code that behaves correctly under a simulator only to have intermittent failures in the field? Or maybe your code no longer functions properly when you compile with a newer version of your tool chain. You review your test bench and verify 100 percent complete test coverage and that all tests have passed with no errors--yet the problem stubbornly remains. While designers understandably place great emphasis on coding and simulation, they often have only a nodding acquaintance with the internal workings of the silicon within an FPGA. As a result, incorrect logic synthesis and timing problems, rather than logic errors, are the cause of most logic failures. But writing FPGA code that creates predictable, reliable logic is simple if designers take the right steps. In FPGA design, logic synthesis and related timing closure occur during compilation. And many things, including I/O cell structure, asynchronous logic and timing constraints, can have a big impact on the compilation process, varying results with each pass through the tool chain. Let's take a closer look at ways to eliminate these variances to better and more quickly achieve timing closure.
Aasemoon =)

Asymmetric Processing Makes the Most of Multicore Processors « The Embedded Beat - 0 views

  • Let’s face it. Most of the gear you use at work or play has multicore processors in it. Your laptop has them (the CPU itself has two cores, and the dedicated graphics processor has many more). That game console in the living room has still more, and even a high-end smartphone typically has a CPU and graphics core on a single chip. Out of sight but definitely not out of mind–particularly if they cease working–are the servers and high-throughput network routers, all which have numerous multicore processors in them. The multiple cores in these devices work in concert to provide quick responses to user queries or to manage the smooth flow of data throughout the office.
Aasemoon =)

IEEE Spectrum: Organic Transistor Could Outshine OLEDs - 0 views

  • A transistor that emits light and is made from organic materials could lead to cheaper digital displays and fast-switching light sources on computer chips, according to the researchers who built it. Small displays made from diodes of the same type of materials (organic light-emitting diodes, or OLEDs) are already in commercial production, but the transistor design could improve on those and lead to applications where OLEDs can’t go. The new organic light-emitting transistor (OLET) is much more efficient than previous designs. It has an external quantum efficiency—a key measure of how much light comes out per charge carrier pumped in—of 5 percent. An OLED based on the same material has a quantum efficiency of only 2 percent. Previous OLET designs had an efficiency of only 0.6 percent.
Syntacticsinc SEO

IT Solutions That Really Work - 1 views

I am planning to build up and improve my website for my business and I was thinking of choosing the best IT company that can meet my requirements for my website and optimize it to make it easier fo...

web designing

started by Syntacticsinc SEO on 19 Oct 11 no follow-up yet
jhonny bravo

Hard Drive Guide - 0 views

  •  
    If you are using Windows Operative Scheme, a deleted file present be basic sent to your machine's recycle bin, depending on your settings. However, with added stage, the file that was deleted does not get touched to the employ bin and is removed from your machine's file grouping. Ill a enter that has been moved into the reprocess bin is elementary, just station it in the reuse bin and proper plosive on the record, then decide the change option. Nevertheless, if your reprocess bin has been emptied, you gift not long be fit to renew files using this method.
Daniel Raj

PCB Layout and Design - 1 views

  •  
    JJS Electronics's long-standing experience in manufacturing electronic products means that customers' designs can be enhanced with our practical 'real-world' inputs. JJS engineers will advise on all aspects of DFx, and will define and manage any further design requirements.
Syeda Arshiya

Leapband: Meet with the Activity Tracker for Kids - 0 views

  •  
    #DigitalSoon These days, Wearables market is heating up. These gadgets are not only manufactured for adults but also into world of kids. Kids love to use their parents' smart devices like #tablets, Smartphones, cars and much more. Manufactures never tend to disappoint any age group; same thought by LeapFrog (Toy Manufacturing Company) drove them to a great invention of new device called LeapBand. LeapBand is a version of #fitness-tracker for adults. It monitors and rewards kids for all the activities they do. The more your child moves, the more points he gains. Gaining points will unlock new games and win treats. Your child can have virtual pet also, it can be a cat, dog, penguin, dragon, unicorn or panda. Cool isn't! Let's check out the features of the band one-by-one. Get More Details: http://goo.gl/wNjjcj
Syeda Arshiya

How to Manage Your Android APK Files? Follow these Easy Options - 0 views

  •  
    #DigitalSoon Our smartphones get even smarter with the installation of apps, right? We all know that, apps are actually ".apk" files. Many of us think twice if we want to alter or manage an APK file. Firstly, what is the use of managing the APK files? You get more flexibility and support, not only that you can install older version of the app, render apps on older Smartphone, look for more apps outside your boundaries and even install apps that are not available in Play Store too. We know that you are wondering how to manage and is it safe or not? We are here to show you for easy ways to manage your #APK files. Get More Details: http://goo.gl/LeFgg0
Syeda Arshiya

Videocon A29 Review: Be Updated With This Smartphone - 0 views

  •  
    #DigitalSoon Videocon is a leading Smartphone and electronic manufacturing company that recently launched its new A series variant Videocon A29 Smartphone in India. Here is the full Videocon A29 Review. One more, low budget or pocket friendly Smartphone has been launched in India by Videocon. Smartphone craze in people is increasing day by day. One after the other, all companies are launching low budget Smartphones in #India so that everyone can switch from their traditional mobile phones to advanced Smartphones. However all these low priced Smartphones comes with fewer specifications. Get More Details: http://goo.gl/Lz7TXf
‹ Previous 21 - 40 of 156 Next › Last »
Showing 20 items per page