Software :: Acoustic Simulation Program Or - Sound Wave Simulation Program
Feb 21, 2010
I am looking for a very particular sound wave simulation program. To get an understanding of what i want let me describe it to you in a different way.
Imagine your look at a bowl of water from above and you poke the water at a specific frequency you will see wave patterns showing. Well im after a program that can generate that pattern with any particular frequency that i set, and to allow me to place different shapes and objects around the sound source or sources (i may want to use more than one sound source that may or may not be at the same frequency as first.) and see what kind of reflections i get.
I was also wondering if instead of a point sound source you could have an entire shape giving off a specific vibration. This will give very interesting results that i am also after.
There are some programs that show sound simulations that i have described but nothing that can do the requirements that i desire. Do any of you guys know of any programs that can do this? if not how much would it cost to build such a program?
View 2 Replies
ADVERTISEMENT
Feb 8, 2011
What is most famous Electric circuit simulation Program in linux?? except egda or xcircuit. I want a good program like proteus in windows.
View 1 Replies
View Related
Mar 13, 2010
I have successfully changed and configured TORA in ns-2.34 (in fedora 9), as learnt from;[URL]..Now, when I run the simulation, it hangs and does not finish. If the simulation time is 20 seconds, it do completes but for simulation times more than 20 seconds, it never comes to an end.
Code:
num_nodes is set 50
INITIALIZE THE LIST xListHead
Loading scenario file...
Loading connection pattern file...
channel.cc:sendUp - Calc highestAntennaZ_ and distCST_
highestAntennaZ_ = 1.5, distCST_ = 550.0
SORTING LISTS ...DONE!
I have tried increasing the bandwidth and interface queue lengths but got no improvement.Please note that the same TCL scripts are running with other protocols like DSDV, AODV etc
View 2 Replies
View Related
Mar 22, 2010
I'm doing some simulations (using Iperf) to obtain throughputs values of a link between two gigabit ethernet cards for different delays and different drop probability (using netem) .... Now I have to do a 3minute long simulation in which during the firstnute the bandwidth is 1000Mbit/s, 500Mbit/s during the second minute and 1000Mbit/s during ththird one....Does anybody know how can i do this type simulation
View 4 Replies
View Related
May 28, 2011
making My simulation graphs in Ns-2.34 in ubuntu how i can make them. my simualtion is about Home automation lighting control and i wnated to make 6 graphs1) time VS Residaul energy ( remaining enregy of the nodes)like sensors (we have mentioned Insteon sensor and Switchlinc Dimmer)use 9V battery in them. the 9V should be converted in joules and Energy on Y-axis should be in Joules and time on X-axis should be of simulation timeThe graph would be showing after running the simulation 3000 times how much energy is remaining or how much energy is consumed in the nodes after sending 2000 packets.2) Packet size Vs Delay, Delay on Y-axis and Packet size on X-axis with there units and the graph would be showing if Pacjet size increases how much delay is created.3) Throughput Vs Badwidth. througput on Y-axis and Bandwidth on X-axis4) Packets Loss Vs data rate5) Packets sent Vs data rate6) Packets received Vs data rate
View 8 Replies
View Related
Mar 10, 2011
im doing my final year project on wireless network simulation using ns2.. how to simulate protocols in ns2.
View 1 Replies
View Related
Jan 10, 2011
I am currently using Cent OS 5.4 and I was able to successfully install ns 2.34 on the machine and run a few test FTP simulations. The problem stems from the fact that the ns 2 installation used in the ATM simulation , in the link provided, uses ns2.1b7 or ns2.1b9.
I have tried to see if I could cheat and implement the patch for my ns2.34 installation but that failed flat out ( make failed with an incorrect parameter error) I then tried to download the older versions of ns that were used in the ATM Simulation, ns 2.1b9 and that failed too ( otcl make failed with g++ error) which i figured failed because I am using g++ version 4.1 . ( From the docuemntation, this particular version of the software had trouble with any g++ version > 3.2)
a) Is anyone aware of any ATM Simulation patch for the current version of ns i.e. ns 2.34?
b) Is there anyway I can confgure the patch for the ns2.1b9/7 version to work smoothly with the ns2.34 version I have installed?
c) What are the recommendations for me to install the ATM Simulation provided on the URL above.
View 14 Replies
View Related
Jan 11, 2010
Surface simulation on screen with fingersWhat will be the solution of the captioned topic on Open Source?
View 4 Replies
View Related
Jun 27, 2011
I've been doing Finite Element simulations with the Ansys software for several years now, and recently I have been allowed to use a cluster running on Linux (it's a Sun Grid Engine, or SGE). Since I am quite newbie to this thing, I have read a lot on the internet to get more familiar with the Unix language. I found some example codes which are supposed to launch Ansys and read input files, but it does not work for me. Actually, what I want to do is simple:
1- I need to use Ansys 12.1 in batch mode, with the Academic Research license (which is called "aa_r");
2- The software should then read my input file (which is an APDL command file (in case you are familiar with it..)) and save the database and results in my working directory on the server.
The software is located in the following path:
/ansys_inc/v121/ansys/bin/ansys121
My working directory:
/home/myusername/
From what I've found on the web, I have to write a shell script that calls the software and specifies the details (batch mode, license name, input file, ...). Then I have to call this script by using the command "qsub".
Script: myjob.sh
Code:
#!/bin/bash
nohup /ansys_inc/v121/ansys/bin/ansys121 -b nolist -p aa_r -j jobname -i jobname.inp -o jobname.out 2>&1 &
View 5 Replies
View Related
Jan 20, 2011
Cognitive Radio patch worked with ns-2.31 but when I tried it for ns-2.34 it did not work. Is there a separate patch available for ns-2.34 to support cognitive radio ? Or does it not work with ns-2.34 at all ?
View 2 Replies
View Related
Jul 2, 2011
need an easy to use bandwidth limiter / slow Internet simulator to test my websites. I would prefer a per application setting where I can limit, say only the web-brower etc.A GUI would be nice as wel
View 2 Replies
View Related
Jun 17, 2011
I am quite new to Linux and fedora. I am trying to run some molecular simulation software whose shell scripts create X windows with the xterm command. How do I get xterm on Fedora 14?
View 4 Replies
View Related
Sep 19, 2010
I want to change parameters of a RED queue during the simulation but it seems that some parameters can be modified only before starting the simulation, not dynamically, while the simulation is in progress. For example the following subroutines works before $ns run command but it do not change the behavior of the queue during the simulation( I want to change maxthresh_ and thresh_ after $ns
run command): Code: proc setREDParameters { redQueue MINth MAXth PER_MaxP Wq } {
$redQueue set thresh_ $MINth
$redQueue set maxthresh_ $MAXth
[code]....
View 1 Replies
View Related
Mar 2, 2011
How to analyse the IT and Traffic file generated in CRCN simulation? What they represent i.e what is the format?
View 7 Replies
View Related
Mar 4, 2009
1. Why do we need to use virtual simulation software such as VirtualPC, VirtualBox and VMWare to install linux?
2. Why linux OS always came with newer version and updates?
View 2 Replies
View Related
Oct 2, 2010
i m trying to implement wireless sensor network in omnet++ 4.1 simulation tool but that tool is not supported.so i m installing framework mixim 1.2 in omnet++ that support wireless and mobility feature.now i have problem that how to create sensor network in omnet++4.1 using mixim 1.2?if any body
View 2 Replies
View Related
Mar 18, 2010
Do we have a software which can emulate a tape library, just for practice.I have a nas simulator, upon which this software should be installed and used as a VTL.
View 1 Replies
View Related
Feb 15, 2011
I will have to code this. However I am lacking of time since I have too much to do. make a short code bash/dash to prompt the country with Zenity, then, get the PLS or m3u url and prompt with another zenity which radio to play. http://www.listenlive.eu/index.html
My code to get url's radio country.htm is:
Code:
View 2 Replies
View Related
Feb 23, 2011
I was wondering whether there is an inbuilt logging system in UNIX?
I ran and installation and the program opened up automatically but I can't find the program executable.
If I could find a log then I could locate this file.
View 9 Replies
View Related
Apr 15, 2011
I have problems to get it work. i have tried to use pm-utils, but it does nothing.
What is need is to kill application, when pc is going into suspend to ram and run that application again on wake. It's a graphical application.
View 1 Replies
View Related
May 7, 2010
I am new to linux and am trying out script writing. I am using shell. How can I make a script to open a program then operate within that program?
View 5 Replies
View Related
Dec 14, 2009
Is there anything like burning rom from nero or roxio cd/dvd copier. Do you know of any dvd copying program? like without making the image and then burning with just one process just copy the disc sorta program like roxio dvd copier? I wanted to make copies of movies I made a dvd of but aside from image burn which is a hassle to make the image first. is there something for burning on the fly or dvd/cd copying? infrarecorder and cdburnerxp do not work for me at all.
View 3 Replies
View Related
Aug 29, 2010
Does anyone know if there is a program that behaves the same as Microsoft's OneNote program for linux?
View 3 Replies
View Related
Jun 23, 2011
i am running ubuntu 10.04. I am looking for a converting program and I also need a DVD making program. I'm unsure if one comes preinstalled already.
View 4 Replies
View Related
Apr 30, 2010
I have a jsp code. After executing that code, a Java program should be executed without refreshing the page. that is, my first page is a login page which is in jsp. After logging in the next page must be displayed which is a Java code. is that possible? Can we use applet for that?
View 1 Replies
View Related
Mar 8, 2011
How do I create a program file for a new program?
View 1 Replies
View Related
Jan 15, 2010
Ok so Basically i have 2 questions
1. i know how to create a file with c++ using but is there a way to save it to a specific location on your computer with windows and linux
Code:
2. i need to know how to run/execute/open a file in a c++ program im using and its not working
Code:
View 4 Replies
View Related
May 30, 2010
Only one program can use sound at a time? Any fix?
View 2 Replies
View Related
Aug 11, 2011
i've installed ubuntu studio on my old pc and it's barely working. (sorry for my language) when i put on player to play a song everything is ok but when i try to make an other program to play sound it doesnt... i saw about the jack server but i can't unterstand what am i suposed to do. the programs that succsessfully play sound are: media player, chrome, mozilla, some games.
View 6 Replies
View Related
Aug 13, 2011
Anyone here have a good solution for individually controlling sound output without relying on that individual programs audio settings? For example:I am writing a paper while listening to some nice creative commons jamendo music, and I have to look something up online - I don't want to hear random audio/video advertisements.
or I get a VoIP call and I want that program to continue with sound, but want to mute my 8bit sequencer and whatever else.
View 1 Replies
View Related