frequency
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 209
Video::Frequencies 0.901
Video::Frequencies is a Perl module that has many, many frequency constants and lists. more>>
Video::Frequencies is a Perl module that has many, many frequency constants and lists.
SYNOPSIS
use Video::Frequencies;
while (my($name,$list) = each %CHANLIST) {
print "$namen";
while (my($channel,$freq) = each %$list) {
printf " %-4s %9dn", $channel, $freq;
}
print "n";
}
This module exports (yes, exports!) frequency constants as well as hashes with channel => frequency relations for digital and analog video and audio broadcast. Another, shorter way to put it is "worldwide channel/frequency list". All frequencies are given in kHz.
Its a good idea to use perldoc -m Video::Frequencies to get an idea on how the various constants and lists look like.
<<lessSYNOPSIS
use Video::Frequencies;
while (my($name,$list) = each %CHANLIST) {
print "$namen";
while (my($channel,$freq) = each %$list) {
printf " %-4s %9dn", $channel, $freq;
}
print "n";
}
This module exports (yes, exports!) frequency constants as well as hashes with channel => frequency relations for digital and analog video and audio broadcast. Another, shorter way to put it is "worldwide channel/frequency list". All frequencies are given in kHz.
Its a good idea to use perldoc -m Video::Frequencies to get an idea on how the various constants and lists look like.
Download (0.084MB)
Added: 2006-07-21 License: Perl Artistic License Price:
1191 downloads
Wmfreqview 0.2
Wmfreqview is a very simple windowmaker dock applet that shows a graph of the CPU frequency over time. more>>
Wmfreqview is a very simple windowmaker dock applet for Linux 2.6.x with CPU frequency scaling (cpufreq), that shows a graph of the CPU frequency over time.
Wmfreqview project is usefull when you are using dynamic frequency scaling, to monitor how the CPU frequency modulator responds to the CPU load.
You may copy/modify/redistribute this program under the terms of the GNU General Public License version 2 or later. See COPYING if you are a lawyer.
The X code and wmaker integration (which is a substantial part of this program) is taken directly from a simple wmaker dock app template called `wmgeneral by Martijin Pieterse.
<<lessWmfreqview project is usefull when you are using dynamic frequency scaling, to monitor how the CPU frequency modulator responds to the CPU load.
You may copy/modify/redistribute this program under the terms of the GNU General Public License version 2 or later. See COPYING if you are a lawyer.
The X code and wmaker integration (which is a substantial part of this program) is taken directly from a simple wmaker dock app template called `wmgeneral by Martijin Pieterse.
Download (0.011MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1075 downloads
Freecycle 0.6 Alpha
Freecycle is a beat slicer running on GNU/Linux platform. more>>
Freecycle is a beat slicer running on GNU/Linux platform, providing amplitude domain and frequency domain beat matching / zero crossing algorithms. Freecycle exports sliced audio chunks and generates a MIDI file which can be used to play the sliced loop. Freecycle also exports AKAI S5000/S6000/Z4/Z8 .AKP file to be used with your favorite sampler.
Freecycle provides LADSPA interface with full control parameters automation and some quite basic but powerfull routing schemas.
With traditional amplitude (scope) view, Freecycle also offers the fully integrated spectrogram view, useful for LADSPA filters visualization.
Freecycle features basic OSS output and preliminary JACK layer connectivity.
<<lessFreecycle provides LADSPA interface with full control parameters automation and some quite basic but powerfull routing schemas.
With traditional amplitude (scope) view, Freecycle also offers the fully integrated spectrogram view, useful for LADSPA filters visualization.
Freecycle features basic OSS output and preliminary JACK layer connectivity.
Download (3.2MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1312 downloads
cpufrequtils 002
cpufrequtils project consists of a library which offers an unified access method for userspace tools. more>>
cpufrequtils project consists of a library which offers an unified access method for userspace tools and programs to the CPU frequency and voltage scaling (cpufreq) subsystem in the Linux kernel, the "cpufreq-info" and "cpufreq-set" tools to determine and set cpufreq settings, and debug tools helpful if frequency scaling doesnt work as expected.
"libcpufreq" is a library which offers a unified access method for userspace tools and programs to the cpufreq core and drivers in the Linux kernel.
This allows for code reduction in userspace tools, a clean implementation of the interaction to the cpufreq core, and support for both the sysfs and proc interfaces [depending on configuration, see below].
"cpufreq-info" determines current cpufreq settings, and provides useful
debug information to users and bug-hunters.
"cpufreq-set" allows to set a specific frequency and/or new cpufreq policies
without having to type "/sys/devices/system/cpu/cpu0/cpufreq" all the time.
Installation:
./configure && make
su
make install
should suffice on most systems. It builds default libcpufreq, cpufreq-set and cpufreq-info files and installs them in /usr/local/lib and /usr/local/bin, respectively. Due to the autotoolization by Mattia Dongili the standard options to make and make install, like "--prefix=/usr", can be passed and (should) work correctly.
Options and dependencies:
./configure by default enables the sysfs interface, but disables the
deprecated /proc interface to the cpufreq core in the Linux kernel. For the sysfs interface to build and work correctly, you need "libsysfs", which is part of the "sysfsutils" package. Current requirement is sysfsutils-1.0.0 or later.
To disable the sysfs interface, pass the option "--disable-sysfs" to ./configure.
To enable the (deprecated) /proc interface support, pass the option "--enable-proc" to ./configure.
Enhancements:
- This release includes a couple of build and Makefile fixes and also a patch which causes cpufrequtils to always set the maximum frequency before the minimum frequency on a policy change, as the kernel expects.
<<less"libcpufreq" is a library which offers a unified access method for userspace tools and programs to the cpufreq core and drivers in the Linux kernel.
This allows for code reduction in userspace tools, a clean implementation of the interaction to the cpufreq core, and support for both the sysfs and proc interfaces [depending on configuration, see below].
"cpufreq-info" determines current cpufreq settings, and provides useful
debug information to users and bug-hunters.
"cpufreq-set" allows to set a specific frequency and/or new cpufreq policies
without having to type "/sys/devices/system/cpu/cpu0/cpufreq" all the time.
Installation:
./configure && make
su
make install
should suffice on most systems. It builds default libcpufreq, cpufreq-set and cpufreq-info files and installs them in /usr/local/lib and /usr/local/bin, respectively. Due to the autotoolization by Mattia Dongili the standard options to make and make install, like "--prefix=/usr", can be passed and (should) work correctly.
Options and dependencies:
./configure by default enables the sysfs interface, but disables the
deprecated /proc interface to the cpufreq core in the Linux kernel. For the sysfs interface to build and work correctly, you need "libsysfs", which is part of the "sysfsutils" package. Current requirement is sysfsutils-1.0.0 or later.
To disable the sysfs interface, pass the option "--disable-sysfs" to ./configure.
To enable the (deprecated) /proc interface support, pass the option "--enable-proc" to ./configure.
Enhancements:
- This release includes a couple of build and Makefile fixes and also a patch which causes cpufrequtils to always set the maximum frequency before the minimum frequency on a policy change, as the kernel expects.
Download (0.63MB)
Added: 2006-06-01 License: GPL (GNU General Public License) Price:
1243 downloads
wmcpufreq 1.0
wmcpufreq project displays on a windowmaker dock application: more>>
wmcpufreq project displays on a WindowMaker dockapp:
- the frequency in use between the maximum and minimum
- the driver in green
- the active governor in red
Included a tool for setting governor an maximum or minimum frequency.
Usage:
wmcpufreq -v print the version
wcpufreq -exe azert the string after -exe is the program name
to be launched when clicking on the wmcpufreq icon
ex : sudo wcpufreq -exe gcpufreqset
<<less- the frequency in use between the maximum and minimum
- the driver in green
- the active governor in red
Included a tool for setting governor an maximum or minimum frequency.
Usage:
wmcpufreq -v print the version
wcpufreq -exe azert the string after -exe is the program name
to be launched when clicking on the wmcpufreq icon
ex : sudo wcpufreq -exe gcpufreqset
Download (0.020MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1074 downloads
EmiFreq applet 0.18
EmiFreq applet is an daemon that shows/control the CPU frequency and temperature thanks to the cpufreq sysfs kernel interface. more>>
EmiFreq applet is an daemon that shows/control the CPU frequency and temperature thanks to the cpufreq sysfs kernel interface.
The emifreqd daemon enables the applet to change the cpu speed. The GUI is very clean, intuitive fast access to frequency change (with HIG help). Modelled over the Wireless applet.
Nicely support vertical panels (change the look depending on the orientation).
<<lessThe emifreqd daemon enables the applet to change the cpu speed. The GUI is very clean, intuitive fast access to frequency change (with HIG help). Modelled over the Wireless applet.
Nicely support vertical panels (change the look depending on the orientation).
Download (0.37MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1543 downloads
GFreqlet 1.0 Beta 2
GFreqlet is a GNOME applet for Linux that not only monitors CPU frequency scaling. more>>
GFreqlet is a GNOME applet for Linux that not only monitors CPU frequency scaling, but also allows the end user to change the frequency or governor with just a click.
It automatically detects which frequencies and governors your processor supports, so there is no configuration required. The applet itself is not run as root, nor required to modify to run with root ownership, but password prompts with gksudo if a super user action is required. GFreqlet is very straight forward and minimal.
This project is open source software, licensed under the GNU GPL (General Public License).
<<lessIt automatically detects which frequencies and governors your processor supports, so there is no configuration required. The applet itself is not run as root, nor required to modify to run with root ownership, but password prompts with gksudo if a super user action is required. GFreqlet is very straight forward and minimal.
This project is open source software, licensed under the GNU GPL (General Public License).
Download (0.009MB)
Added: 2007-03-11 License: GPL (GNU General Public License) Price:
963 downloads
osdcpufreq 0.2
osdcpufreq displays an OSD-like window with information about the CPU current status, including frequency, driver, etc. more>>
osdcpufreq displays an OSD-like window (similar effect as a televisions on-screen volume control) with information about the CPU current status, including frequency, driver, governor, etc.
It is very useful for laptops equipped with mobile technology processors (like the Intel Centrino), which can change the speed on the fly.
Main features:
- Highly customizable interface. You can easily change the colour, the bar length, the font, the font size, the position, the shadow, etc. of the OSD window.
- Highly customizable behaviour. You can set the number of seconds the OSD window is on the screen, or if you want it to stay always on top.
- Desktop environment independent. It works with any desktop environment or window manager, like KDE, GNOME, XFCE, WindowMaker, IceWm, etc.
- Easily configurable. Every setting can be easily changed editing the well commented $HOME/.osdcpufreq.conf file.
Installation:
make
make install
<<lessIt is very useful for laptops equipped with mobile technology processors (like the Intel Centrino), which can change the speed on the fly.
Main features:
- Highly customizable interface. You can easily change the colour, the bar length, the font, the font size, the position, the shadow, etc. of the OSD window.
- Highly customizable behaviour. You can set the number of seconds the OSD window is on the screen, or if you want it to stay always on top.
- Desktop environment independent. It works with any desktop environment or window manager, like KDE, GNOME, XFCE, WindowMaker, IceWm, etc.
- Easily configurable. Every setting can be easily changed editing the well commented $HOME/.osdcpufreq.conf file.
Installation:
make
make install
Download (0.012MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1471 downloads
Xfce 4 Cpufreq Plugin 0.0.1
Xfce 4 Cpufreq Plugin shows in the Xfce Panel current CPU frequency and current used governor. more>>
Xfce 4 Cpufreq Plugin shows in the Xfce Panel the following, chooseable informations:
- current CPU frequency
- current used governor
In a seperate dialog it provides you following informations of all available informations:
- all available CPU frequencies
- all available governors
- used driver for the cpu
Usage:
Using the plugin is quite simple. You select the cpu which you want to monitor in the Xfce Panel. Next thing you could change is the timeout interval how often the informations have to be updated. A good value is 1,0 which means 100 ms.
You can also specify which informations should be displayed in the panel.
<<less- current CPU frequency
- current used governor
In a seperate dialog it provides you following informations of all available informations:
- all available CPU frequencies
- all available governors
- used driver for the cpu
Usage:
Using the plugin is quite simple. You select the cpu which you want to monitor in the Xfce Panel. Next thing you could change is the timeout interval how often the informations have to be updated. A good value is 1,0 which means 100 ms.
You can also specify which informations should be displayed in the panel.
Download (0.36MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
964 downloads
Frocor 0.1
Frocor stands for F Resonating Objects Correlator and is a sound- graphics installation. more>>
Frocor stands for F Resonating Objects Correlator and is a sound- graphics installation.
Changes of properties of a Frocor object will result in changes of both the graphics and the sound output.
Main features:
It is based on some parallels between sounds and geometric objects:
Geometry
- Shape (Circle / Triangle / ...)
- Size
- Color
- Animation (Spinning)
Acoustics
- Sound Shape (Sine / Triangular / ...)
- Volume
- Frequency
- Sweep
Enhancements:
- 10/05/2005: first public frocor release: 0.1!
<<lessChanges of properties of a Frocor object will result in changes of both the graphics and the sound output.
Main features:
It is based on some parallels between sounds and geometric objects:
Geometry
- Shape (Circle / Triangle / ...)
- Size
- Color
- Animation (Spinning)
Acoustics
- Sound Shape (Sine / Triangular / ...)
- Volume
- Frequency
- Sweep
Enhancements:
- 10/05/2005: first public frocor release: 0.1!
Download (0.28MB)
Added: 2006-09-01 License: GPL (GNU General Public License) Price:
1149 downloads
GNOME CPUFreq Applet 0.3.1
GNOME CPUFreq Applet is a CPU frequency scaling monitor for GNOME Panel. more>>
GNOME CPUFreq Applet is a CPU Frequency Scaling Monitor for GNOME Panel.
Main features:
- Support for proc or sys filesystems
- Support for multiprocessor systems
<<lessMain features:
- Support for proc or sys filesystems
- Support for multiprocessor systems
Download (0.43MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1553 downloads
RadeonOverclock 0.6e
RadeonOverclock allows the setting of core and memory frequency on Radeon graphics cards (currently only under Linux). more>>
RadeonOverclock allows the setting of core and memory frequency on Radeon graphics cards (currently only under Linux).
RadeonOverclock should work on chips version R100 and up. It has been tested with the Radeon 7500, 9500, and 9700 Pro.
It tries to detect the reference clock (xtal) from the video BIOS, if this doesnt work you can specify it manually. Try 1432 or 2950 if the default value of 2700 does not show the correct frequency when using -i:
rovclock -x 1432 -i
Cards reported to work:
Radeon 7500
Radeon 8500
Radeon 9000
Radeon 9100
Radeon 9500 (Pro)
Radeon 9550
Radeon 9600
Mobility FireGL T2
Mobility Radeon 9600 M10
Radeon 9700 (Pro)
Radeon X800XL
Use the memory timing options with care and login via ssh to make changes. So you can revert them back if your screen corrupts:
rovclock -t tRcdRD:7
Enhancements:
- A check for PCI display devices has been added.
- The list of supported cards has been updated, and the version number has been fixed.
<<lessRadeonOverclock should work on chips version R100 and up. It has been tested with the Radeon 7500, 9500, and 9700 Pro.
It tries to detect the reference clock (xtal) from the video BIOS, if this doesnt work you can specify it manually. Try 1432 or 2950 if the default value of 2700 does not show the correct frequency when using -i:
rovclock -x 1432 -i
Cards reported to work:
Radeon 7500
Radeon 8500
Radeon 9000
Radeon 9100
Radeon 9500 (Pro)
Radeon 9550
Radeon 9600
Mobility FireGL T2
Mobility Radeon 9600 M10
Radeon 9700 (Pro)
Radeon X800XL
Use the memory timing options with care and login via ssh to make changes. So you can revert them back if your screen corrupts:
rovclock -t tRcdRD:7
Enhancements:
- A check for PCI display devices has been added.
- The list of supported cards has been updated, and the version number has been fixed.
Download (MB)
Added: 2006-02-20 License: GPL (GNU General Public License) Price:
1346 downloads
GFourier 0.4.1
GFourier can help you use Fourier Analysis for image restoration. more>>
GFourier can help you use Fourier Analysis for image restoration.
GFourier calculates the Fourier Transform of a given image and allows the use of filters in the frequency domain. The Inverse Fourier Transform is then used to substitute original image.
<<lessGFourier calculates the Fourier Transform of a given image and allows the use of filters in the frequency domain. The Inverse Fourier Transform is then used to substitute original image.
Download (0.064MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1141 downloads
rawrec 0.9.991
rawrec is a tool designed to provide the user with a simple way of recording or playing raw audio data. more>>
rawrec is a tool designed to provide the user with a simple way of recording or playing raw audio data from or to their sound card under intel Linux.
Main features:
- ability to record to or play from standard io. With this program and other handy things like the sox format converter, Ogg Vorbis lossy codec, and FLAC lossless codec, you can record or play just about any sound format you will ever come accross, with the notable exception of mp3s.
- options to pause execution, pad with silence, or jump into data files, as well as the ones you would expect which control sampling rate, sample resolution, and number of channels.
- an option to enable (amoung other things) exact reporting of what your sound card is doing. In case you are involved in speech processing research and need to know what frequency your card actually uses when you request a given frequency, for example.
- fully buffered and threaded. rawrec/rawplay use memory locking and POSIX pthread functions to provide the most consistent possible performance under load.
- ability to set the buffer fragment size, if you need extremely low latency operation.
Enhancements:
- In play.c, record.c, move_au.c, and move_fd.c, a bug that caused root permissions to be dropped before all threads were created has been fixed. In main.c, command line help output and a problem when the program is invoked via the full path name have been fixed.
<<lessMain features:
- ability to record to or play from standard io. With this program and other handy things like the sox format converter, Ogg Vorbis lossy codec, and FLAC lossless codec, you can record or play just about any sound format you will ever come accross, with the notable exception of mp3s.
- options to pause execution, pad with silence, or jump into data files, as well as the ones you would expect which control sampling rate, sample resolution, and number of channels.
- an option to enable (amoung other things) exact reporting of what your sound card is doing. In case you are involved in speech processing research and need to know what frequency your card actually uses when you request a given frequency, for example.
- fully buffered and threaded. rawrec/rawplay use memory locking and POSIX pthread functions to provide the most consistent possible performance under load.
- ability to set the buffer fragment size, if you need extremely low latency operation.
Enhancements:
- In play.c, record.c, move_au.c, and move_fd.c, a bug that caused root permissions to be dropped before all threads were created has been fixed. In main.c, command line help output and a problem when the program is invoked via the full path name have been fixed.
Download (0.054MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1369 downloads
Math::FresnelZone 0.03
Math::FresnelZone is a Perl extension for calculating the Fresnel Zone Radius of a given distance and frequency. more>>
SYNOPSIS
use Math::FresnelZone;
use Math::FresnelZone qw(fresnel fresnelMi fresnelKm);
The arguments are:
0 - distance in kilometers or miles (default is 1),
1 - frequency in GHz (defualt 2.4),
2 - set to true to specify that the distance you are inputting is in miles and that the results should be in in feet (default is 0 - IE kilometers/meters)
fresnel()
my $fresnel_zone_radius_in_meters = fresnel(); # fresnel zone radius in meters for 1 kilometer at 2.4 GHz
my $fzr_in_meters = fresnel(5); # fresnel zone radius in meters for 5 kilometers at 2.4 GHz
my $fzr_in_meters = fresnel(5,4.8); # fresnel zone radius in meters for 5 kilometers at 4.8 GHz
my $fzr_in_feet = fresnel(3,9.6,1); # fresnel zone in feet for 3 miles at 9.6 GHz
If you are inputting Kilometers the result is in meters (these 3 calls have identical results):
fresnel($Km,$GHz);
fresnelKm($Km,$GHz); # see documentaion below for info about fresnelKm()
fresnel($Km,$GHz,0);
If you are inputting Miles (by specifying a true value as the 3rd argument) the result is in feet (these 2 calls have identical results)
fresnel($Mi,$GHz,1);
fresnelMi($Mi,$GHz); # see documentaion below for info about fresnelMi()
fresnelKm()
You can use this to make it easier to avoid ambiguity if are working in kilometers/meters. It takes the first two arguments only: distance in kilometers and frequency in GigaHertz
my $fzr_in_meters = fresnelKm($Km,$GHz);
fresnelMi()
You can use this to make it easier to avoid ambiguity if are working in miles/feet. It takes the first two arguments only: distance in miles and frequency in GigaHertz
my $fzr_in_feet = fresnelMi($Mi,$GHz);
Download (0.003MB)
Added: 2006-12-04 License: Perl Artistic License Price:
1056 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above frequency search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed