I need a lil bit of help Due Date Saturday January 28 before
I need a lil bit of help
Due Date: Saturday, January 28 ,before 11:30 pm. Turm in an algorithm (mot Visual Basic code) that describes how a search engine recognizer works. This algorithm of steps that a would follow in order to generate an output. This al gorithm needs to be saved as a doc or docx file Your work should be a descripton of the steps that a computer would take in order to generate the and outputs are. The input is the type of data that is read by the program in the beginning ofits execution. The output is the type of data that is generated by the program towards the end ofits Your al gorithm needs to contain at least 4 steps that are used in the generation the output. You should describe any necessary steps that the program should take before a user begins the program as well. This would define any computations that need to be processed by the input. These are called program before it is ready to accept pre-processing steps. Search Engine Links: Speech Recognizer Links Turn in your doc or docx paper via the Blackboard dropbox. Do not email the solution. [See Next Page for an Example] Your name CS 1408 Speech Recognizer Algorithm Input Soundwaves output: The most probable words that those soundwaves nepresent List any preprooessing steps Step 1 List any sub-steps if they exist Solution
Speech Recognizer Algorithm
Input: Speech Input
Output: Recognised Speech Output
Algorithm:
Pre processing steps
For the given speech input, use analog to digital converter(ADC) to perform
Step 1: Recieve enhanced speech as input
Step 2: Perform Feature extraction and generate speech fingerprints
Step 3: Compare and select the most probable word against the predefined words, fingerprints, lexicon, template, sentence, grammar and semantics
Step 4: Perform language modelling and decode message
Step 5: Output the recognised speech
