Can someone please explain librosa.hz_to_svara_h? - python

I am completely new to this librosa module and also to all this audio editing (Have to learn for assignment).
So my question is that can somebody explain this: librosa.hz_to_svara_h(frequencies, *, Sa, abbr=True, octave=True, unicode=True), I mean I want to know what each parameter stands for if possible in layman's term (if possible). But most importantly, I want to know how to get the frequency from an audio file (.wav format). Is it the same as MFCC or something else.
I read the documentation at https://librosa.org/doc/latest/tutorial.html but couldn't get the entire picture.
Please help.

Related

How to run CRISPR Off-Target-Predictor (CROP)?

I would like to check the off-target of my gRNA in the genome sequences from the species that I would like to examine. I found this method CROP
However, I really do not know how to run this code, because I have never used Python before.
Could anyone want to teach me to step by step?
I really appreciate your help.

How to add rivers in FloPy?

I am working on a steady-state problem and I have a raster with head data values for all rivers.I have to add this to my FloPy code (MODFLOW 6) so I've seen the RIV package and DRN with the hope to find a variable I can use to add the data from my raster (read data values as an array using GDAL) but no answers yet. Haven't found any examples as a guide for now.
I've been thinking to add it as STRT in the IC package, having STRT for rivers in the first layer (I did this for the heads of another layer). But I'm not quite sure, is that okay? Is that the right way, any suggestion to do it, please?
Also, what values should one put to say that there are no heads in a layer?
Clearly, I'm a newbie :p Thank you in advance :).

Python: Text localiser using Tensorflow

I would like to code a script that could locate a specific word or number in a financial statement. Financial statements roughly contain the same information, they are however not identical and organized in the same way. My thought is that by using Tensorflow I could train a neural network to locate the specific words or numbers for me. I am thinking that if I label different text and numbers in 1000 financial statements and use them to train the neural network, it will then be able to identify these numbers or words in all financial statements. For example, tell it in all 1000 training statements which number that is the profit of the company.
Is this doable? I have been working with coding in python for a couple of months and so far I've built some web scrapers and integrated them with twitter, slack and google sheets. I would be very grateful for all your thoughts on this project and if anyone could steer me in the right direction by sharing relevant tutorials.
Thanks a lot!
Great thing that you're getting started, I believe before thinking about the actual implementation using tensorflow or any other library, you should first try to understand the problem in regards with the basic domain of the problem itself.
I'm not really sure what are you exactly trying to achieve but to a rough idea I'm guessing it's about trying to find is a statement turns out to be a benificial to the company or not, something like of semantic analysis type of problem.
So I strongly believe that, first you should try to learn the various methodologies related to semantic analysis and find the most appropriate technique.
In short theory/understanding before the actual code.
Finally i would suggest you ask such theoratical questions on stack exchange of AI, here in SO we generally deal with code or something that of intermediate to code.
I hope that makes sense? ;)
drop a comment if any doubts.

Analyse beat intensity

I'm trying to work on a machine learning application, and I need to analyze a .wav file and retrieve the "intensity" of each beat.
You know when you look at the waves of a .wav file, and some beats are bigger than the other (or taller)? How do I analyse that, and get those values as numbers with timestamps?
I tried looking into the Aubio library, but I'm not sure if it'd help me a lot, it's not that well documented.
I didn't really write any code, just been researching into this, and I'd appreciate if someone could give me a step in the right direction.

Python: which module is for reading data from a 2D curve?

It is a very difficult problem for me.
For example I have a picture as input file.
Please be noted that I just have this picture and nothing more.
I want to read the data from the blue curve. So that I can eg. input the x and get the y as the result.
As a python beginner, I could also imagine that the module could read the color. So that if I input the x, only the blue y is read.
I would like to know which python module is suitable for such job? Or, if this task is too difficult for python, which programm language is suitble? Thanks for your help!

Categories

Resources